Phrozn\Registry\Dao\Base::getContainer PHP Method

getContainer() public method

Get registry container.
public getContainer ( ) : Phrozn\Has\Container
return Phrozn\Has\Container
    public function getContainer()
    {
        return $this->container;
    }