LTI Integration Library  3.1.0
PHP class library for building LTI integrations
ResourceLinkShare.php
Go to the documentation of this file.
1 <?php
2 
3 namespace ceLTIc\LTI;
4 
14 {
15 
21  public $consumerName = null;
22 
28  public $resourceLinkId = null;
29 
35  public $title = null;
36 
42  public $approved = null;
43 
47  public function __construct()
48  {
49 
50  }
51 
52 }
$approved
Whether sharing request is to be automatically approved on first use.
Class to represent a tool consumer resource link share.
$consumerName
Consumer name value.
__construct()
Class constructor.
$title
Title of sharing context.
$resourceLinkId
Resource link ID value.