LTI Tool Provider Library  3.0.2
PHP class library for building LTI Tool Providers
ResourceLinkShare Class Reference

Class to represent a tool consumer resource link share. More...

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...
 

Detailed Description

Class to represent a tool consumer resource link share.

Author
Stephen P Vickers svick.nosp@m.ers@.nosp@m.imsgl.nosp@m.obal.nosp@m..org
Date
2016
Version
3.0.0
Licence:
http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0

Definition at line 14 of file ResourceLinkShare.php.

Constructor & Destructor Documentation

__construct ( )

Class constructor.

Definition at line 45 of file ResourceLinkShare.php.

Field Documentation

boolean $approved = null

Whether sharing request is to be automatically approved on first use.

Definition at line 40 of file ResourceLinkShare.php.

string $consumerKey = null

Consumer key value.

Definition at line 22 of file ResourceLinkShare.php.

string $resourceLinkId = null

Resource link ID value.

Definition at line 28 of file ResourceLinkShare.php.

string $title = null

Title of sharing context.

Definition at line 34 of file ResourceLinkShare.php.


The documentation for this class was generated from the following file: