LTI Integration Library 4.10.3
PHP class library for building LTI integrations
 
Loading...
Searching...
No Matches
ResourceLinkShare Class Reference

Class to represent a platform resource link share. More...

Public Member Functions

 __construct ()
 Class constructor.
 

Data Fields

 $consumerName = null
 Consumer name value.
 
 $resourceLinkId = null
 Resource link ID value.
 
 $title = null
 Title of sharing context.
 
 $approved = null
 Whether sharing request is to be automatically approved on first use.
 

Detailed Description

Class to represent a platform 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
Licence: http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3

Definition at line 12 of file ResourceLinkShare.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Class constructor.

Definition at line 46 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 41 of file ResourceLinkShare.php.

◆ $consumerName

string null $consumerName = null

Consumer name value.

Definition at line 20 of file ResourceLinkShare.php.

◆ $resourceLinkId

int null $resourceLinkId = null

Resource link ID value.

Definition at line 27 of file ResourceLinkShare.php.

◆ $title

string null $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: