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

getParser() protected method

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