![]() |
LTI Integration Library
3.1.0
PHP class library for building LTI integrations
|
Class to represent a tool consumer resource link share. More...
Public Member Functions | |
| __construct () | |
| Class constructor. More... | |
Data Fields | |
| $consumerName = null | |
| Consumer name 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 13 of file ResourceLinkShare.php.
| __construct | ( | ) |
Class constructor.
Definition at line 47 of file ResourceLinkShare.php.
| bool null $approved = null |
Whether sharing request is to be automatically approved on first use.
Definition at line 42 of file ResourceLinkShare.php.
| string null $consumerName = null |
Consumer name value.
Definition at line 21 of file ResourceLinkShare.php.
| string null $resourceLinkId = null |
Resource link ID value.
Definition at line 28 of file ResourceLinkShare.php.
| string null $title = null |
Title of sharing context.
Definition at line 35 of file ResourceLinkShare.php.