FOF30\Factory\Scaffolding\Model\Builder::getContainer PHP Метод

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

Gets the container this builder belongs to
public getContainer ( ) : Container
Результат FOF30\Container\Container
    public function getContainer()
    {
        return $this->container;
    }