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

internalGetVisitor() protected method

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