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

getParser() protected method

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