eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\ContentListTest::internalGetVisitor PHP Method

internalGetVisitor() protected method

Get the ContentList visitor.
protected internalGetVisitor ( ) : ContentList
return eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\ContentList
    protected function internalGetVisitor()
    {
        return new ValueObjectVisitor\ContentList();
    }