eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\NotImplementedExceptionTest::internalGetVisitor PHP 메소드

internalGetVisitor() 보호된 메소드

Gets the exception visitor.
protected internalGetVisitor ( ) : NotImplementedException
리턴 eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\NotImplementedException
    protected function internalGetVisitor()
    {
        return new ValueObjectVisitor\NotImplementedException();
    }