ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class to represent a resource handler message object. More...
Public Member Functions | |
__construct ($type, $path, $capabilities=array(), $variables=array(), $constants=array()) | |
Class constructor. More... | |
Data Fields | |
$type = null | |
LTI message type. More... | |
$path = null | |
Path to send message request to (used in conjunction with a base URL for the Tool Provider). More... | |
$capabilities = null | |
Capabilities required by message. More... | |
$variables = null | |
Variable parameters to accompany message request. More... | |
$constants = null | |
Fixed parameters to accompany message request. More... | |
Class to represent a resource handler message object.
Definition at line 16 of file Message.php.
IMSGlobal\LTI\Profile\Message::__construct | ( | $type, | |
$path, | |||
$capabilities = array() , |
|||
$variables = array() , |
|||
$constants = array() |
|||
) |
Class constructor.
string | $type | LTI message type |
string | $path | Path to send message request to |
array | $capabilities | Array of capabilities required by message |
array | $variables | Array of variable parameters to accompany message request |
array | $constants | Array of fixed parameters to accompany message request |
Definition at line 60 of file Message.php.
References IMSGlobal\LTI\Profile\Message\$capabilities, IMSGlobal\LTI\Profile\Message\$constants, IMSGlobal\LTI\Profile\Message\$path, IMSGlobal\LTI\Profile\Message\$type, and IMSGlobal\LTI\Profile\Message\$variables.
array IMSGlobal\LTI\Profile\Message::$capabilities = null |
Capabilities required by message.
Definition at line 36 of file Message.php.
Referenced by IMSGlobal\LTI\Profile\Message\__construct().
array IMSGlobal\LTI\Profile\Message::$constants = null |
Fixed parameters to accompany message request.
Definition at line 48 of file Message.php.
Referenced by IMSGlobal\LTI\Profile\Message\__construct().
string IMSGlobal\LTI\Profile\Message::$path = null |
Path to send message request to (used in conjunction with a base URL for the Tool Provider).
Definition at line 30 of file Message.php.
Referenced by IMSGlobal\LTI\Profile\Message\__construct().
string IMSGlobal\LTI\Profile\Message::$type = null |
LTI message type.
Definition at line 24 of file Message.php.
Referenced by IMSGlobal\LTI\Profile\Message\__construct().
array IMSGlobal\LTI\Profile\Message::$variables = null |
Variable parameters to accompany message request.
Definition at line 42 of file Message.php.
Referenced by IMSGlobal\LTI\Profile\Message\__construct().