Application Programming Interface
_ C E G P R S T V
construct | Method of class Template \ TEMPLATE | Class constructor. |
_case | Method of class Template \ TEMPLATE | Transforms the CASE structure in php code. |
_foreach | Method of class Template \ TEMPLATE | Trasnforms the FOREACH structure in php code. |
_if | Method of class Template \ TEMPLATE | Transforms the IF structure in php code. |
_switch | Method of class Template \ TEMPLATE | Transforms the SWITCH structure in php code. |
compact | Method of class Template \ TEMPLATE | Compacts compiled template. |
createVar | Method of class Template \ TEMPLATE | Creates variable. |
error | Method of class Template \ TEMPLATE | Shows an error message. |
getFromCache | Method of class Template \ TEMPLATE | Gets a data from the cache. |
getTemplate | Method of class Template \ TEMPLATE | Reads template. |
parse | Method of class Template \ TEMPLATE | Parses the template file. |
parseLine | Method of class Template \ TEMPLATE | Parses a line of code. |
randomString | Method of class Template \ TEMPLATE | Generates random string. |
set | Method of class Template \ TEMPLATE | Sets variables (plain or array) for the template. |
TEMPLATE | Class in namespace Template | PHP Template Compiler. |
toCache | Method of class Template \ TEMPLATE | Places the compiled data into cache. |
translate | Method of class Template \ TEMPLATE | Localization. |
value | Method of class Template \ TEMPLATE | Replaces constants and global variables with their values. |