Class to represent a resource handler message object. More...
Public Member Functions | |
| __construct (string $type, string $path, array $capabilities=[], array $variables=[], array $constants=[]) | |
| Class constructor. | |
Class to represent a resource handler message object.
| __construct | ( | string | $type, |
| string | $path, | ||
| array | $capabilities = [], | ||
| array | $variables = [], | ||
| array | $constants = [] ) |
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 |