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

getParser() protected method

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