| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Class to represent a platform resource link share. More...
 Collaboration diagram for ILIAS\LTI\ToolProvider\ResourceLinkShare:Public Member Functions | |
| __construct () | |
| Class constructor.  More... | |
Data Fields | |
| string | $consumerName = null | 
| Consumer name value.  More... | |
| string | $resourceLinkId = null | 
| Resource link ID value.  More... | |
| string | $title = null | 
| Title of sharing context.  More... | |
| bool | $approved = null | 
| Whether sharing request is to be automatically approved on first use.  More... | |
Class to represent a platform resource link share.
Definition at line 28 of file ResourceLinkShare.php.
| ILIAS\LTI\ToolProvider\ResourceLinkShare::__construct | ( | ) | 
| bool null ILIAS\LTI\ToolProvider\ResourceLinkShare::$approved = null | 
Whether sharing request is to be automatically approved on first use.
Definition at line 56 of file ResourceLinkShare.php.
| string null ILIAS\LTI\ToolProvider\ResourceLinkShare::$consumerName = null | 
Consumer name value.
Definition at line 35 of file ResourceLinkShare.php.
| string null ILIAS\LTI\ToolProvider\ResourceLinkShare::$resourceLinkId = null | 
Resource link ID value.
Definition at line 42 of file ResourceLinkShare.php.
| string null ILIAS\LTI\ToolProvider\ResourceLinkShare::$title = null | 
Title of sharing context.
Definition at line 49 of file ResourceLinkShare.php.