Method |
Description |
|
__callStatic ( string $method, array $args ) : mixed |
Performs the proxying of the statically called method to the Proxy Subject in the Container |
|
getInstance ( ) : mixed |
Retrieves the instance of the Proxy Subject from the Container that the Static Proxy is associated with |
|
getInstanceIdentifier ( ) : string |
Retrieves the Instance Identifier that is used to retrieve the Proxy Subject from the Container |
|
setContainer ( Interop\Container\ContainerInterface $container ) : mixed |
Sets the Container that will be used to retrieve the Proxy Subject |
|