Class \Scrivo\Autoloader
The autoloader class for Scrivo classes.
Typical usage:
split(" "); ... ?>Defined in: Autoloader.php.
| Attr. | Type | Name / Description | 
|---|---|---|
| public static | boolean | load($class) The method to include the source file for a given class to use in the PHP spl_autoload_register function. | 
Methods
- public static boolean load(string $class)
- 
				The method to include the source file for a given class to use in the PHP spl_autoload_register function. Parameters:Type Name Def. Description string $class A name of a Scrivo class. Returns:boolean The method to include the source file for a given class to use in the PHP spl_autoload_register function. View source: Autoloader.php line 65. 
Documentation generated by phpDocumentor 2.0.0a12 and ScrivoDocumentor on August 29, 2013



