bitExpert\Disco\Proxy\LazyBean\LazyBeanFactory::getGenerator PHP Метод

getGenerator() защищенный Метод

{@inheritDoc}
protected getGenerator ( ) : ProxyManager\ProxyGenerator\ProxyGeneratorInterface
Результат ProxyManager\ProxyGenerator\ProxyGeneratorInterface
    protected function getGenerator() : ProxyGeneratorInterface
    {
        return $this->generator ?: ($this->generator = new LazyBeanGenerator());
    }