XStatic\Test |
Name | Description |
---|---|
AliasLoaderInterface | An Alias Loader is registered as an autoloader, and creates class aliases based on the aliases added to the loader |
Name | Description |
---|---|
AliasLoader | |
ProxyManager | The Proxy Manager is the mediator between the Static Proxies, Container, and Alias Loader. It is the main object that the client interacts with at runtime |
StaticProxy | Implements of the basic Static Proxy logic using `__callStatic()`. This class must be extended to create specific Static Proxies in order to provide the correct Instance Identifier for a Proxy Subject |