eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlWildcard\Gateway\DoctrineDatabaseTest::getGateway PHP Метод

getGateway() защищенный Метод

Returns the DoctrineDatabase gateway to test.
protected getGateway ( ) : DoctrineDatabase
Результат eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway\DoctrineDatabase
    protected function getGateway()
    {
        if (!isset($this->gateway)) {
            $this->gateway = new DoctrineDatabase($this->getDatabaseHandler());
        }
        return $this->gateway;
    }