eZ\Publish\Core\REST\Common\Tests\Output\VisitorTest::getValueObjectDispatcherMock PHP Метод

getValueObjectDispatcherMock() публичный Метод

public getValueObjectDispatcherMock ( ) : ValueObjectVisitorDispatcher | PHPUnit_Framework_MockObject_MockObject
Результат eZ\Publish\Core\REST\Common\Output\ValueObjectVisitorDispatcher | PHPUnit_Framework_MockObject_MockObject
    public function getValueObjectDispatcherMock()
    {
        return $this->getMock('\\eZ\\Publish\\Core\\REST\\Common\\Output\\ValueObjectVisitorDispatcher');
    }