LTI Integration Library  3.1.0
PHP class library for building LTI integrations
ResourceLinkShare Class Reference

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

Detailed Description

Class to represent a tool consumer resource link share.

Author
Stephen P Vickers steph.nosp@m.en@s.nosp@m.pvsof.nosp@m.twar.nosp@m.eprod.nosp@m.ucts.nosp@m..com
Version
3.1.0
Licence: http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3

Definition at line 13 of file ResourceLinkShare.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Class constructor.

Definition at line 47 of file ResourceLinkShare.php.

Field Documentation

◆ $approved

bool null $approved = null

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

Definition at line 42 of file ResourceLinkShare.php.

◆ $consumerName

string null $consumerName = null

Consumer name value.

Definition at line 21 of file ResourceLinkShare.php.

◆ $resourceLinkId

string null $resourceLinkId = null

Resource link ID value.

Definition at line 28 of file ResourceLinkShare.php.

◆ $title

string null $title = null

Title of sharing context.

Definition at line 35 of file ResourceLinkShare.php.


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