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

internalGetVisitor() protected method

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