ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (int $a_ref_id) | |
ilObjLTIConsumerLaunch constructor. More... | |
getContext (?array $a_valid_types=array('crs', 'grp', 'cat', 'root')) | |
get info about the context in which the link is used The most outer matching course or group is used If not found the most inner category or root node is used More... | |
Static Public Member Functions | |
static | getLTIContextType (string $a_type) |
static | signOAuth (array $a_params) |
sign request data with OAuth More... | |
Protected Attributes | |
int | $ref_id |
Private Attributes | |
array | $context = null |
Definition at line 33 of file class.ilLTIConsumerLaunch.php.
ilLTIConsumerLaunch::__construct | ( | int | $a_ref_id | ) |
ilObjLTIConsumerLaunch constructor.
Definition at line 41 of file class.ilLTIConsumerLaunch.php.
ilLTIConsumerLaunch::getContext | ( | ?array | $a_valid_types = array('crs', 'grp', 'cat', 'root') | ) |
get info about the context in which the link is used The most outer matching course or group is used If not found the most inner category or root node is used
array | null | $a_valid_types | list of valid types |
Definition at line 54 of file class.ilLTIConsumerLaunch.php.
|
static |
Definition at line 85 of file class.ilLTIConsumerLaunch.php.
Referenced by ilLTIConsumerContentGUI\getLaunchParameters(), and ilLTIConsumerContentGUI\getLaunchParametersLTI13().
|
static |
sign request data with OAuth
array | $a_params | ( "method => signature methos "key" => consumer key "secret" => shared secret "token" => request token "url" => request url data => array (key => value) ) |
Exception |
Definition at line 115 of file class.ilLTIConsumerLaunch.php.
|
private |
Definition at line 35 of file class.ilLTIConsumerLaunch.php.
Referenced by getContext().
|
protected |
Definition at line 36 of file class.ilLTIConsumerLaunch.php.