LTI Integration Library
3.1.0
PHP class library for building LTI integrations
Profile/ResourceHandler.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ceLTIc\LTI\Profile
;
4
13
class
ResourceHandler
14
{
15
21
public
$item
=
null
;
22
28
public
$icon
=
null
;
29
35
public
$requiredMessages
=
null
;
36
42
public
$optionalMessages
=
null
;
43
52
function
__construct
(
$item
,
$icon
,
$requiredMessages
,
$optionalMessages
)
53
{
54
$this->item =
$item
;
55
$this->icon =
$icon
;
56
$this->requiredMessages =
$requiredMessages
;
57
$this->optionalMessages =
$optionalMessages
;
58
}
59
60
}
ceLTIc\LTI\Profile\ResourceHandler
Class to represent a resource handler object.
Definition:
Profile/ResourceHandler.php:13
ceLTIc\LTI\Profile\ResourceHandler\$requiredMessages
$requiredMessages
Required Message objects for resource handler.
Definition:
Profile/ResourceHandler.php:35
ceLTIc\LTI\Profile\ResourceHandler\$optionalMessages
$optionalMessages
Optional Message objects for resource handler.
Definition:
Profile/ResourceHandler.php:42
ceLTIc\LTI\Profile\ResourceHandler\__construct
__construct($item, $icon, $requiredMessages, $optionalMessages)
Class constructor.
Definition:
Profile/ResourceHandler.php:52
ceLTIc\LTI\Profile\ResourceHandler\$item
$item
General details of resource handler.
Definition:
Profile/ResourceHandler.php:21
ceLTIc\LTI\Profile
Definition:
Item.php:3
ceLTIc\LTI\Profile\ResourceHandler\$icon
$icon
URL of icon.
Definition:
Profile/ResourceHandler.php:28
Generated on Wed Mar 13 2019 by
Doxygen 1.8.15