19declare(strict_types=1);
57 $this->
id =
'gradebookservice';
58 $this->name =
'ilLTIConsumerGradeService';
const SCOPE_GRADESERVICE_RESULT_READ
Scope for access to Result service.
const SCOPE_GRADESERVICE_SCORE
Scope for access to Score service.
getPermittedScopes()
Get the scope(s) permitted for this service.
getResources()
Get the resources for this service.
const SCOPE_GRADESERVICE_LINEITEM
Scope for full access to Lineitem service.
const SCOPE_GRADESERVICE_LINEITEM_READ
Scope for full access to Lineitem service.
getScopes()
Get the scopes defined by this service.
const GRADESERVICE_FULL
Full access to Gradebook services.
__construct()
Class constructor.
const GRADESERVICE_READ
Read-only access to Gradebook services.
array $resources
Instances of the resources associated with this service.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc