메소드 | 설명 | |
---|---|---|
addAlias ( string $alias, string $fqcn ) | Creates an alias to a fully-qualified class name (FQCN) | |
isRegistered ( ) : boolean | Checks if the the Alias Loader has already been registered | |
load ( string $fqcn ) | Loads an alias by creating a class_alias() to the requested class. This is used as an autoload function | |
register ( boolean | string $rootNamespace = false ) : boolean | Registers the Alias Loader as an autoloader so that aliases can be resolved via class_alias() |
public isRegistered ( ) : boolean | ||
리턴 | boolean |