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
13
class
ResourceLinkShare
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
}
ceLTIc\LTI\ResourceLinkShare\$approved
$approved
Whether sharing request is to be automatically approved on first use.
Definition:
ResourceLinkShare.php:42
ceLTIc\LTI\ResourceLinkShare
Class to represent a tool consumer resource link share.
Definition:
ResourceLinkShare.php:13
ceLTIc\LTI\ResourceLinkShare\$consumerName
$consumerName
Consumer name value.
Definition:
ResourceLinkShare.php:21
ceLTIc\LTI\ResourceLinkShare\__construct
__construct()
Class constructor.
Definition:
ResourceLinkShare.php:47
ceLTIc\LTI\ResourceLinkShare\$title
$title
Title of sharing context.
Definition:
ResourceLinkShare.php:35
ceLTIc\LTI
ceLTIc\LTI\ResourceLinkShare\$resourceLinkId
$resourceLinkId
Resource link ID value.
Definition:
ResourceLinkShare.php:28
Generated on Wed Mar 13 2019 by
Doxygen 1.8.15