Class Smarty_Internal_Config_File_Compiler
Main config file compiler class
Package: Smarty\Config
Author: Uwe Tews
Located at plugins/smarty/smarty_source/sysplugins/smarty_internal_config_file_compiler.php
Author: Uwe Tews
Located at plugins/smarty/smarty_source/sysplugins/smarty_internal_config_file_compiler.php
public
|
|
public
boolean
|
|
public
|
#
trigger_config_file_error( string $args = null )
display compiler error messages without dying If parameter $args is empty it is a parser detected syntax error. In this case the parser is called to obtain information about expected tokens. If parameter $args contains a string this is used as error message |
public
object
|
$lex
Lexer object |
|
public
object
|
$parser
Parser object |
|
public
|
$smarty
Smarty object |
|
public
Smarty_Internal_Config
|
$config
Smarty object |
|
public
array
|
$config_data
Compiled config data sections and variables |
#
array()
|