Inheritance diagram for CMS_Compiler:

Public Member Functions | |
| _compile_custom_tag ($tag_command, $tag_args, $tag_modifier, &$output) | |
| _syntax_error ($error_msg, $error_type=E_USER_ERROR, $file=null, $line=null) | |
| trigger_error ($error_msg, $error_type=E_USER_WARNING) | |
Definition at line 38 of file CMS_Compiler.class.php.
| CMS_Compiler::_compile_custom_tag | ( | $ | tag_command, | |
| $ | tag_args, | |||
| $ | tag_modifier, | |||
| &$ | output | |||
| ) |
compile custom function tag
| string | $tag_command | |
| string | $tag_args | |
| string | $tag_modifier |
Reimplemented from Smarty_Compiler.
Definition at line 48 of file CMS_Compiler.class.php.
References Smarty_Compiler::$_cacheable_state, Smarty_Compiler::_add_plugin(), Smarty_Compiler::_compile_arg_list(), Smarty_Compiler::_compile_plugin_call(), Smarty::_get_plugin_filepath(), Smarty_Compiler::_parse_attrs(), Smarty_Compiler::_parse_modifiers(), Smarty_Compiler::_pop_cacheable_state(), and Smarty_Compiler::_push_cacheable_state().
| CMS_Compiler::_syntax_error | ( | $ | error_msg, | |
| $ | error_type = E_USER_ERROR, |
|||
| $ | file = null, |
|||
| $ | line = null | |||
| ) |
display Smarty syntax error
| string | $error_msg | |
| integer | $error_type | |
| string | $file | |
| integer | $line |
Reimplemented from Smarty_Compiler.
Definition at line 127 of file CMS_Compiler.class.php.
References Smarty::_trigger_fatal_error().
| CMS_Compiler::trigger_error | ( | $ | error_msg, | |
| $ | error_type = E_USER_WARNING | |||
| ) |
trigger Smarty error
| string | $error_msg | |
| integer | $error_type |
Reimplemented from Smarty.
Definition at line 132 of file CMS_Compiler.class.php.
1.5.1