Class to represent a platform resource link share. More...
Public Member Functions | |
__construct () | |
Class constructor. | |
Public Attributes | |
string | $consumerName = null |
Consumer name value. | |
int | $resourceLinkId = null |
Resource link ID value. | |
string | $title = null |
Title of sharing context. | |
bool | $approved = null |
Whether sharing request is to be automatically approved on first use. | |
Class to represent a platform resource link share.
ceLTIc\LTI\ResourceLinkShare::__construct | ( | ) |
Class constructor.
bool ceLTIc\LTI\ResourceLinkShare::$approved = null |
Whether sharing request is to be automatically approved on first use.
string ceLTIc\LTI\ResourceLinkShare::$consumerName = null |
Consumer name value.
int ceLTIc\LTI\ResourceLinkShare::$resourceLinkId = null |
Resource link ID value.
string ceLTIc\LTI\ResourceLinkShare::$title = null |
Title of sharing context.