LTI Integration Library
4.10.3
PHP class library for building LTI integrations
Loading...
Searching...
No Matches
Profile/Item.php
1
<?php
2
3
namespace
ceLTIc\LTI\Profile;
4
12
class
Item
13
{
14
20
public
$id
=
null
;
21
27
public
$name
=
null
;
28
34
public
$description
=
null
;
35
41
public
$url
=
null
;
42
48
public
$version
=
null
;
49
55
public
$timestamp
=
null
;
56
67
function
__construct
(
$id
=
null
,
$name
=
null
,
$description
=
null
,
$url
=
null
,
$version
=
null
,
$timestamp
=
null
)
68
{
69
$this->
id
=
$id
;
70
$this->name =
$name
;
71
$this->description =
$description
;
72
$this->url =
$url
;
73
$this->version =
$version
;
74
$this->timestamp =
$timestamp
;
75
}
76
77
}
ceLTIc\LTI\Profile\Item
Class to represent a generic item object.
Definition
Profile/Item.php:13
ceLTIc\LTI\Profile\Item\$url
$url
URL of item.
Definition
Profile/Item.php:41
ceLTIc\LTI\Profile\Item\$name
$name
Name of item.
Definition
Profile/Item.php:27
ceLTIc\LTI\Profile\Item\$timestamp
$timestamp
Timestamp of item.
Definition
Profile/Item.php:55
ceLTIc\LTI\Profile\Item\$description
$description
Description of item.
Definition
Profile/Item.php:34
ceLTIc\LTI\Profile\Item\$id
$id
ID of item.
Definition
Profile/Item.php:20
ceLTIc\LTI\Profile\Item\$version
$version
Version of item.
Definition
Profile/Item.php:48
ceLTIc\LTI\Profile\Item\__construct
__construct($id=null, $name=null, $description=null, $url=null, $version=null, $timestamp=null)
Class constructor.
Definition
Profile/Item.php:67
Generated on Tue Jun 13 2023 by
Doxygen 1.9.7