eZ\Publish\Core\REST\Client\Tests\Input\Parser\PolicyListTest::getParser PHP Method

getParser() protected method

Gets the policy list parser.
protected getParser ( ) : eZ\Publish\Core\REST\Client\Input\Parser\PolicyList;
return eZ\Publish\Core\REST\Client\Input\Parser\PolicyList;
    protected function getParser()
    {
        return new Parser\PolicyList();
    }