eZ\Publish\Core\REST\Common\Tests\Output\ValueObjectVisitorDispatcherTest::getOutputGeneratorMock PHP Метод

getOutputGeneratorMock() приватный Метод

private getOutputGeneratorMock ( ) : PHPUnit_Framework_MockObject_MockObject | Generator
Результат PHPUnit_Framework_MockObject_MockObject | eZ\Publish\Core\REST\Common\Output\Generator
    private function getOutputGeneratorMock()
    {
        if (!isset($this->outputGeneratorMock)) {
            $this->outputGeneratorMock = $this->getMock('\\eZ\\Publish\\Core\\REST\\Common\\Output\\Generator');
        }
        return $this->outputGeneratorMock;
    }