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

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.
 

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

Constructor & Destructor Documentation

◆ __construct()

ceLTIc\LTI\ResourceLinkShare::__construct ( )

Class constructor.

Member Data Documentation

◆ $approved

bool ceLTIc\LTI\ResourceLinkShare::$approved = null

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

◆ $consumerName

string ceLTIc\LTI\ResourceLinkShare::$consumerName = null

Consumer name value.

◆ $resourceLinkId

int ceLTIc\LTI\ResourceLinkShare::$resourceLinkId = null

Resource link ID value.

◆ $title

string ceLTIc\LTI\ResourceLinkShare::$title = null

Title of sharing context.