List of all members.
Public Member Functions |
| | __construct () |
| | Autoload the ezcBase-Class.
|
| | autoload ($class) |
| | Autoload-Method.
|
Detailed Description
Definition at line 31 of file Ezc.php.
Constructor & Destructor Documentation
| Robo47_Loader_Autoloader_Ezc::__construct |
( |
|
) |
|
Autoload the ezcBase-Class.
Definition at line 38 of file Ezc.php.
{
if (!class_exists('ezcBase', false)) {
require_once 'ezc/Base/src/base.php';
}
}
Member Function Documentation
| Robo47_Loader_Autoloader_Ezc::autoload |
( |
$ |
class |
) |
|
Autoload-Method.
- Parameters:
-
| string | $class name of the class |
Definition at line 50 of file Ezc.php.
The documentation for this class was generated from the following file: