eZ\Publish\Core\Persistence\Legacy\Tests\Content\Type\Gateway\DoctrineDatabaseTest::getGateway PHP 메소드

getGateway() 보호된 메소드

Returns the DoctrineDatabase gateway to test.
protected getGateway ( ) : DoctrineDatabase
리턴 eZ\Publish\Core\Persistence\Legacy\Content\Type\Gateway\DoctrineDatabase
    protected function getGateway()
    {
        if (!isset($this->gateway)) {
            $this->gateway = new DoctrineDatabase($this->getDatabaseHandler(), $this->getLanguageMaskGenerator());
        }
        return $this->gateway;
    }