eZ\Publish\Core\FieldType\Page\PageService::getStorageGateway PHP Méthode

getStorageGateway() protected méthode

protected getStorageGateway ( ) : Gateway
Résultat eZ\Publish\Core\FieldType\Page\PageStorage\Gateway
    protected function getStorageGateway()
    {
        if (!$this->hasStorageGateway()) {
            throw new RuntimeException('Missing storage gateway for Page field type.');
        }
        return $this->storageGateway;
    }