eZ\Bundle\EzPublishRestBundle\Tests\EventListener\ResponseListenerTest::getVisitorDispatcherMock PHP 메소드

getVisitorDispatcherMock() 공개 메소드

public getVisitorDispatcherMock ( ) : eZ\Publish\Core\REST\Server\View\AcceptHeaderVisitorDispatcher | PHPUnit_Framework_MockObject_MockObjec\PHPUnit_Framework_MockObject_MockObject
리턴 eZ\Publish\Core\REST\Server\View\AcceptHeaderVisitorDispatcher | PHPUnit_Framework_MockObject_MockObjec\PHPUnit_Framework_MockObject_MockObject
    public function getVisitorDispatcherMock()
    {
        if (!isset($this->visitorDispatcherMock)) {
            $this->visitorDispatcherMock = $this->getMock('eZ\\Publish\\Core\\REST\\Server\\View\\AcceptHeaderVisitorDispatcher');
        }
        return $this->visitorDispatcherMock;
    }