Свойство | Тип | Описание | |
---|---|---|---|
$fileEnumerator | File enumerator | ||
$options | array | AOP kernel options | |
$original | Composer\Autoload\ClassLoader | Instance of original autoloader |
Метод | Описание | |
---|---|---|
__construct ( Composer\Autoload\ClassLoader $original, Go\Core\AspectContainer $container, array $options = [] ) | Constructs an wrapper for the composer loader | |
findFile ( string $class ) : string | false | Finds either the path to the file where the class is defined, or gets the appropriate php://filter stream for the given class. | |
init ( array $options = [], Go\Core\AspectContainer $container ) : boolean | Initialize aspect autoloader | |
loadClass ( $class ) | Autoload a class by it's name | |
wasInitialized ( ) : boolean | Whether or not loader was initialized |
public __construct ( Composer\Autoload\ClassLoader $original, Go\Core\AspectContainer $container, array $options = [] ) | ||
$original | Composer\Autoload\ClassLoader | Instance of current loader |
$container | Go\Core\AspectContainer | Instance of the container |
$options | array | Configuration options |
public static wasInitialized ( ) : boolean | ||
Результат | boolean |
protected Enumerator,Go\Instrument\FileSystem $fileEnumerator | ||
Результат |