eZ\Publish\Core\REST\Client\Tests\Input\Parser\RoleAssignmentTest::getParser PHP Méthode

getParser() protected méthode

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