Storm\Drivers\Base\Object\Domain::SetProxyGenerator PHP Метод

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

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