PHP XStatic Пространство имен

Пространства имен

XStatic\Test

Interfaces

Имя Описание
AliasLoaderInterface An Alias Loader is registered as an autoloader, and creates class aliases based on the aliases added to the loader

Классы

Имя Описание
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