$SMARTY_SYSPLUGINS_DIR $SMARTY_SYSPLUGINS_DIR : string Filepath to Smarty internal plugins Type string
registerBC() registerBC(boolean $prepend = false) Registers Smarty_Autoloader backward compatible to older installations. Parameters boolean $prepend Whether to prepend the autoloader or not.
register() register(boolean $prepend = false) Registers Smarty_Autoloader as an SPL autoloader. Parameters boolean $prepend Whether to prepend the autoloader or not.
autoload() autoload(string $class) Handles auto loading of classes. Parameters string $class A class name.