AliasLoader
class AliasLoader (View source)
Methods
static AliasLoader getInstance(array $aliases = array()) Get or create the singleton alias loader instance. bool|null load(string $alias) Load a class alias if it is registered. void alias(string $class, string $alias) Add an alias to the loader. void register() Register the loader on the auto-loader stack. array getAliases() Get the registered aliases. void setAliases(array $aliases) Set the registered aliases.