$objMap
$objMap : integer
Valid for Smarty object
Smarty Method CompileAllTemplates
Smarty::compileAllTemplates() method
compileAllTemplates(\Smarty $smarty, string $extension = '.tpl', boolean $force_compile = false, integer $time_limit, integer $max_errors = null) : integer
Compile all template files
\Smarty | $smarty | passed smarty object |
string | $extension | file extension |
boolean | $force_compile | force all to recompile |
integer | $time_limit | |
integer | $max_errors |
number of template files recompiled
compileAll(\Smarty $smarty, string $extension, boolean $force_compile, integer $time_limit, integer $max_errors, boolean $isConfig = false) : integer
Compile all template or config files
\Smarty | $smarty | |
string | $extension | template file name extension |
boolean | $force_compile | force all to recompile |
integer | $time_limit | set maximum execution time |
integer | $max_errors | set maximum allowed errors |
boolean | $isConfig | flag true if called for config files |
number of template files compiled