|
| | __construct ($baseDir=null) |
| | Autoloader constructor.
|
| |
| | autoload ($class) |
| | Autoload Mustache classes.
|
| |
|
| static | register ($baseDir=null) |
| | Register a new instance as an SPL autoloader.
|
| |
◆ __construct()
| Mustache_Autoloader::__construct |
( |
| $baseDir = null | ) |
|
Autoloader constructor.
- Parameters
-
| string | $baseDir | Mustache library base directory (default: dirname(FILE).'/..') |
◆ autoload()
| Mustache_Autoloader::autoload |
( |
| $class | ) |
|
Autoload Mustache classes.
- Parameters
-
◆ register()
| static Mustache_Autoloader::register |
( |
| $baseDir = null | ) |
|
|
static |
Register a new instance as an SPL autoloader.
- Parameters
-
| string | $baseDir | Mustache library base directory (default: dirname(FILE).'/..') |
- Return values
-
The documentation for this class was generated from the following file:
- lib/mustache/src/Mustache/Autoloader.php