feulf / raintpl3

The easiest Template Engine for PHP
https://feulf.github.io/raintpl
258 stars 57 forks source link

disable function #182

Open hakimihamdan88 opened 7 years ago

hakimihamdan88 commented 7 years ago

how to disable function

Simple function: {function="time"} <br><br>
Function with parameters: {function="date('d-m-Y')"} <br><br>
Static method: {function="Test::method('123test')"}