eZ\Bundle\EzPublishCoreBundle\Command\TestInitDbCommand::getDatabaseHandler PHP 메소드

getDatabaseHandler() 보호된 메소드

Returns the database handler from the service container.
protected getDatabaseHandler ( ) : ConnectionHandler
리턴 eZ\Publish\Core\Persistence\Doctrine\ConnectionHandler
    protected function getDatabaseHandler()
    {
        return $this->getContainer()->get('ezpublish.api.storage_engine.legacy.dbhandler');
    }