Method |
Description |
|
classNameToFilename ( string $className ) : string |
Maps class names to source file names:
- PEAR CS: Foo_Bar_Baz -> Foo/Bar/Baz.php
- Namespace: Foo\Bar\Baz -> Foo/Bar/Baz.php |
|
collectEnd ( ) : array |
Stops the collection of loaded files and
returns the names of the loaded files. |
|
collectEndAndAddToBlacklist ( ) : array |
Stops the collection of loaded files and adds
the names of the loaded files to the blacklist. |
|
collectStart ( ) |
Starts the collection of loaded files. |
|
fileExistsInIncludePath ( string $file ) : mixed |
Implementation of stream_resolve_include_path() in PHP
for version before PHP 5.3.2. |
|