eZ\Publish\Core\Persistence\Legacy\Tests\Content\StorageHandlerTest::getStorageHandler PHP Метод

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

Returns the StorageHandler to test.
protected getStorageHandler ( ) : StorageHandler
Результат eZ\Publish\Core\Persistence\Legacy\Content\StorageHandler
    protected function getStorageHandler()
    {
        if (!isset($this->storageHandler)) {
            $this->storageHandler = new StorageHandler($this->getStorageRegistryMock(), $this->getContextMock());
        }
        return $this->storageHandler;
    }