Method |
Description |
|
__construct ( Interop\Container\ContainerInterface $container, xstatic\AliasLoaderInterface $aliasLoader = null ) |
|
|
addProxy ( string $alias, string $proxyFqcn ) |
Adds a Static Proxy class by delegating to the Alias Loader |
|
enable ( boolean | string $rootNamespace = self::ROOT_NAMESPACE_GLOBAL ) : boolean |
Enables the Static Proxies by injecting the Container object and registering the Alias Loader for autoloading |
|
setContainer ( Interop\Container\ContainerInterface $container ) |
Sets the Container object that provides the actual subjects' instances |
|