eZ\Publish\Core\REST\Client\Tests\Input\Parser\LocationListTest::getParser PHP Метод

getParser() защищенный Метод

Gets the location list parser.
protected getParser ( ) : eZ\Publish\Core\REST\Client\Input\Parser\LocationList;
Результат eZ\Publish\Core\REST\Client\Input\Parser\LocationList;
    protected function getParser()
    {
        return new Parser\LocationList();
    }
LocationListTest