![]() |
LTI Integration Library
3.1.0
PHP class library for building LTI integrations
|
Class to implement tool consumer specific functions for LTI messages. More...
Public Member Functions | |
| __construct ($toolProvider) | |
| Class constructor. More... | |
| getUserId () | |
| Get the User ID. More... | |
| getContextId () | |
| Get the Context ID. More... | |
Protected Attributes | |
| $toolProvider = null | |
| Tool Provider object. More... | |
Class to implement tool consumer specific functions for LTI messages.
Definition at line 13 of file ApiToolProvider.php.
| __construct | ( | $toolProvider | ) |
Class constructor.
| \ceLtic\LTI\ToolProvider | null | $toolProvider |
Definition at line 28 of file ApiToolProvider.php.
References ApiToolProvider\$toolProvider.
| getContextId | ( | ) |
Get the Context ID.
Definition at line 48 of file ApiToolProvider.php.
| getUserId | ( | ) |
Get the User ID.
Definition at line 38 of file ApiToolProvider.php.
|
protected |
Tool Provider object.
Definition at line 21 of file ApiToolProvider.php.
Referenced by ApiToolProvider\__construct().