static void setInstance(AliasLoader $loader) Set the value of the singleton alias loader. Parameters AliasLoader $loader Return Value void
ApcStore class ApcStore extends TaggableStore implements Store (View source) Traits RetrievesMultipleKeys
void setAliases(array $aliases) Set the registered aliases. Parameters array $aliases Return Value void
void setRegistered(bool $value) Set the "registered" state of the loader. Parameters bool $value Return Value void
array getAliases() Get the registered aliases. Return Value array
bool|null load(string $alias) Load a class alias if it is registered. Parameters string $alias Return Value bool|null
void alias(string $class, string $alias) Add an alias to the loader. Parameters string $class string $alias Return Value void
bool isRegistered() Indicates if the loader has been registered. Return Value bool
static AliasLoader getInstance(array $aliases = array()) Get or create the singleton alias loader instance. Parameters array $aliases Return Value AliasLoader
void register() Register the loader on the auto-loader stack. Return Value void
Page 990 of 996