Bravo3\Orm\Proxy\OrmProxyFactory::getGenerator PHP Method

getGenerator() protected method

{@inheritDoc}
protected getGenerator ( )
    protected function getGenerator()
    {
        return $this->generator ?: ($this->generator = new OrmProxyGenerator());
    }
OrmProxyFactory