LTI Integration Library 4.10.3
PHP class library for building LTI integrations
 
Loading...
Searching...
No Matches
ResourceLinkShare.php
1<?php
2
3namespace ceLTIc\LTI;
4
13{
14
20 public $consumerName = null;
21
27 public $resourceLinkId = null;
28
34 public $title = null;
35
41 public $approved = null;
42
46 public function __construct()
47 {
48
49 }
50
51}
Class to represent a platform resource link share.
$approved
Whether sharing request is to be automatically approved on first use.
$resourceLinkId
Resource link ID value.
$title
Title of sharing context.
$consumerName
Consumer name value.