eZ\Publish\Core\Persistence\Legacy\Tests\Content\Section\SectionHandlerTest::getGatewayMock PHP Метод

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

Returns a mock for the section gateway.
protected getGatewayMock ( ) : Gateway
Результат eZ\Publish\Core\Persistence\Legacy\Content\Section\Gateway
    protected function getGatewayMock()
    {
        if (!isset($this->gatewayMock)) {
            $this->gatewayMock = $this->getMockForAbstractClass('eZ\\Publish\\Core\\Persistence\\Legacy\\Content\\Section\\Gateway');
        }
        return $this->gatewayMock;
    }