ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
IMSGlobal\LTI\ToolProvider\ResourceLinkShare Class Reference

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

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

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 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()

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

Class constructor.

Definition at line 45 of file ResourceLinkShare.php.

46  {
47  }

Field Documentation

◆ $approved

boolean IMSGlobal\LTI\ToolProvider\ResourceLinkShare::$approved = null

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

Definition at line 40 of file ResourceLinkShare.php.

◆ $consumerKey

string IMSGlobal\LTI\ToolProvider\ResourceLinkShare::$consumerKey = null

Consumer key value.

Definition at line 22 of file ResourceLinkShare.php.

◆ $resourceLinkId

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

Resource link ID value.

Definition at line 28 of file ResourceLinkShare.php.

◆ $title

string IMSGlobal\LTI\ToolProvider\ResourceLinkShare::$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: