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

internalGetVisitor() protected method

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