Class to represent a resource handler message object.
More...
|
| __construct (string $type, string $path, array $capabilities=[], array $variables=[], array $constants=[]) |
| Class constructor.
|
|
|
string | $type = null |
| LTI message type.
|
|
string | $path = null |
| Path to send message request to (used in conjunction with a base URL for the Tool).
|
|
array | $capabilities = null |
| Capabilities required by message.
|
|
array | $variables = null |
| Variable parameters to accompany message request.
|
|
array | $constants = null |
| Fixed parameters to accompany message request.
|
|
Class to represent a resource handler message object.
- Author
- Stephen P Vickers steph.nosp@m.en@s.nosp@m.pvsof.nosp@m.twar.nosp@m.eprod.nosp@m.ucts.nosp@m..com
- Copyright
- SPV Software Products
- Licence: http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3
◆ __construct()
ceLTIc\LTI\Profile\Message::__construct |
( |
string | $type, |
|
|
string | $path, |
|
|
array | $capabilities = [], |
|
|
array | $variables = [], |
|
|
array | $constants = [] ) |
Class constructor.
- Parameters
-
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 |
◆ $capabilities
array ceLTIc\LTI\Profile\Message::$capabilities = null |
Capabilities required by message.
◆ $constants
array ceLTIc\LTI\Profile\Message::$constants = null |
Fixed parameters to accompany message request.
◆ $path
string ceLTIc\LTI\Profile\Message::$path = null |
Path to send message request to (used in conjunction with a base URL for the Tool).
◆ $type
string ceLTIc\LTI\Profile\Message::$type = null |
◆ $variables
array ceLTIc\LTI\Profile\Message::$variables = null |
Variable parameters to accompany message request.