eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\NoContentTest::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\NoContent();
    }