|
static | Register () |
| Register the Autoloader with SPL. More...
|
|
static | Load ($pClassName) |
| Autoload a class identified by name. More...
|
|
Definition at line 46 of file Autoloader.php.
◆ Load()
static PHPExcel_Autoloader::Load |
( |
|
$pClassName | ) |
|
|
static |
◆ Register()
static PHPExcel_Autoloader::Register |
( |
| ) |
|
|
static |
Register the Autoloader with SPL.
Definition at line 52 of file Autoloader.php.
References array.
53 if (function_exists(
'__autoload')) {
55 spl_autoload_register(
'__autoload');
58 if (version_compare(PHP_VERSION,
'5.3.0') >= 0) {
59 return spl_autoload_register(
array(
'PHPExcel_Autoloader',
'Load'),
true,
true);
61 return spl_autoload_register(
array(
'PHPExcel_Autoloader',
'Load'));
Create styles array
The data for the language used.
The documentation for this class was generated from the following file:
- libs/composer/vendor/phpoffice/phpexcel/Classes/PHPExcel/Autoloader.php