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

getParser() protected method

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