|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class to represent a tool consumer resource link share. More...
Collaboration diagram for IMSGlobal\LTI\ToolProvider\ResourceLinkShare:Public Member Functions | |
| __construct () | |
| Class constructor. More... | |
Data Fields | |
| $consumerKey = null | |
| Consumer key value. More... | |
| $resourceLinkId = null | |
| Resource link ID value. More... | |
| $title = null | |
| Title of sharing context. More... | |
| $approved = null | |
| Whether sharing request is to be automatically approved on first use. More... | |
Class to represent a tool consumer resource link share.
Definition at line 14 of file ResourceLinkShare.php.
| IMSGlobal\LTI\ToolProvider\ResourceLinkShare::__construct | ( | ) |
| boolean IMSGlobal\LTI\ToolProvider\ResourceLinkShare::$approved = null |
Whether sharing request is to be automatically approved on first use.
Definition at line 40 of file ResourceLinkShare.php.
| string IMSGlobal\LTI\ToolProvider\ResourceLinkShare::$consumerKey = null |
Consumer key value.
Definition at line 22 of file ResourceLinkShare.php.
| string IMSGlobal\LTI\ToolProvider\ResourceLinkShare::$resourceLinkId = null |
Resource link ID value.
Definition at line 28 of file ResourceLinkShare.php.
| string IMSGlobal\LTI\ToolProvider\ResourceLinkShare::$title = null |
Title of sharing context.
Definition at line 34 of file ResourceLinkShare.php.