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

internalGetVisitor() protected method

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