Smarty Autoloader
| Methods | ||||
|---|---|---|---|---|
| 
					
	public
					static
					
				 | registerBC(bool $prepend = false)
		Registers Smarty_Autoloader backward compatible to older installations.
	 Registers Smarty_Autoloader backward compatible to older installations. Parameters
 | # | ||
| 
					
	public
					static
					
				 | register(bool $prepend = false)
		Registers Smarty_Autoloader as an SPL autoloader.
	 Registers Smarty_Autoloader as an SPL autoloader. Parameters
 | # | ||
| 
					
	public
					static
					
				 | autoload(string $class)
		Handles auto loading of classes.
	 Handles auto loading of classes. Parameters
 | # | ||
| Properties | |||
|---|---|---|---|
| 
	public
					static
					
				 | string | $SMARTY_DIR = null | # | 
| 
	public
					static
					
				 | string | $SMARTY_SYSPLUGINS_DIR = null | # | 
| 
	public
					static
					
				 | array | $rootClasses = ['smarty' => 'Smarty.class.php', 'smartybc' => 'SmartyBC.class.php'] | # |