LTI Tool Provider Library
3.0.2
PHP class library for building LTI Tool Providers
Main Page
Namespaces
Data Structures
Files
File List
Item.php
Go to the documentation of this file.
1
<?php
2
3
namespace
IMSGlobal\LTI\Profile
;
4
14
class
Item
15
{
16
22
public
$id
= null;
28
public
$name
= null;
34
public
$description
= null;
40
public
$url
= null;
46
public
$version
= null;
52
public
$timestamp
= null;
53
65
function
__construct
(
$id
= null,
$name
= null,
$description
= null,
$url
= null,
$version
= null,
$timestamp
= null)
66
{
67
68
$this->
id
=
$id
;
69
$this->name =
$name
;
70
$this->description =
$description
;
71
$this->url =
$url
;
72
$this->version =
$version
;
73
$this->timestamp =
$timestamp
;
74
75
}
76
77
}
IMSGlobal\LTI\Profile\Item\$timestamp
$timestamp
Timestamp of item.
Definition:
Item.php:52
IMSGlobal\LTI\Profile\Item\__construct
__construct($id=null, $name=null, $description=null, $url=null, $version=null, $timestamp=null)
Class constructor.
Definition:
Item.php:65
IMSGlobal\LTI\Profile\Item\$version
$version
Version of item.
Definition:
Item.php:46
IMSGlobal\LTI\Profile\Item\$url
$url
URL of item.
Definition:
Item.php:40
IMSGlobal\LTI\Profile\Item
Class to represent a generic item object.
Definition:
Item.php:14
IMSGlobal\LTI\Profile\Item\$description
$description
Description of item.
Definition:
Item.php:34
IMSGlobal\LTI\Profile\Item\$name
$name
Name of item.
Definition:
Item.php:28
IMSGlobal\LTI\Profile\Item\$id
$id
ID of item.
Definition:
Item.php:22
IMSGlobal\LTI\Profile
Definition:
Item.php:3
GitHub
IMSGlobal
LTI-Tool-Provider-Library-PHP
src
Profile
Item.php
Copyright © 2016 by IMS Global Learning Consortium, Inc. All Rights Reserved. Trademark information:
www.imsglobal.org/copyright.html
Generated on Sun Sep 18 2016.