ILIAS  release_8 Revision v8.23
ILIAS\LTI\ToolProvider\ResourceLinkShare Class Reference

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

+ Collaboration diagram for ILIAS\LTI\ToolProvider\ResourceLinkShare:

Public Member Functions

 __construct ()
 Class constructor. More...
 

Data Fields

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

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

Definition at line 28 of file ResourceLinkShare.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\LTI\ToolProvider\ResourceLinkShare::__construct ( )

Class constructor.

Definition at line 61 of file ResourceLinkShare.php.

62  {
63  }

Field Documentation

◆ $approved

bool null ILIAS\LTI\ToolProvider\ResourceLinkShare::$approved = null

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

Definition at line 56 of file ResourceLinkShare.php.

◆ $consumerName

string null ILIAS\LTI\ToolProvider\ResourceLinkShare::$consumerName = null

Consumer name value.

Definition at line 35 of file ResourceLinkShare.php.

◆ $resourceLinkId

string null ILIAS\LTI\ToolProvider\ResourceLinkShare::$resourceLinkId = null

Resource link ID value.

Definition at line 42 of file ResourceLinkShare.php.

◆ $title

string null ILIAS\LTI\ToolProvider\ResourceLinkShare::$title = null

Title of sharing context.

Definition at line 49 of file ResourceLinkShare.php.


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