FOF30\Factory\Scaffolding\Model\Builder::getContainer PHP Method

getContainer() public method

Gets the container this builder belongs to
public getContainer ( ) : Container
return FOF30\Container\Container
    public function getContainer()
    {
        return $this->container;
    }