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