Cilex\Provider\Console\Command::getContainer PHP Method

getContainer() public method

Returns the application container.
public getContainer ( ) : Application
return Cilex\Application
    public function getContainer()
    {
        return $this->getApplication()->getContainer();
    }