Storm\Api\Configuration::SetProxyGenerator PHP Метод

SetProxyGenerator() публичный Метод

public SetProxyGenerator ( Storm\Drivers\Base\Object\Properties\Proxies\IProxyGenerator $ProxyGenerator )
$ProxyGenerator Storm\Drivers\Base\Object\Properties\Proxies\IProxyGenerator
    public function SetProxyGenerator(IProxyGenerator $ProxyGenerator)
    {
        $this->ProxyGenerator = $ProxyGenerator;
        return $this;
    }