![]() |
LTI Integration Library
3.1.0
PHP class library for building LTI integrations
|
Class to implement Resource Link services for a Canvas tool consumer via its proprietary API. More...
Public Member Functions | |
| getMemberships ($withGroups) | |
| Get memberships. More... | |
Public Member Functions inherited from ApiContext | |
| __construct ($context) | |
| Class constructor. More... | |
| getMemberships ($withGroups) | |
| Get Memberships. More... | |
| getToolSettings ($mode=Service\ToolSettings::MODE_CURRENT_LEVEL, $simple=true) | |
| Get Tool Settings. More... | |
| setToolSettings ($settings=array()) | |
| Perform a Tool Settings service request. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ApiContext | |
| $context = null | |
| Context object. More... | |
Class to implement Resource Link services for a Canvas tool consumer via its proprietary API.
Definition at line 18 of file CanvasApiContext.php.
| getMemberships | ( | $withGroups | ) |
Get memberships.
| bool | $withGroups | True is group information is to be requested as well |
Definition at line 28 of file CanvasApiContext.php.
References ApiContext\$context.