Smarty_Autoloader
Smarty Autoloader
- Full name:
\Smarty_Autoloader
Properties
SMARTY_DIR
Filepath to Smarty root
- This property is static.
SMARTY_SYSPLUGINS_DIR
Filepath to Smarty internal plugins
- This property is static.
rootClasses
Array with Smarty core classes and their filename
- This property is static.
Methods
registerBC
Registers Smarty_Autoloader backward compatible to older installations.
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$prepend |
bool | Whether to prepend the autoloader or not. |
register
Registers Smarty_Autoloader as an SPL autoloader.
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$prepend |
bool | Whether to prepend the autoloader or not. |
autoload
Handles auto loading of classes.
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$class |
string | A class name. |
Automatically generated on 2025-03-18