|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class to represent a generic item object. More...
Collaboration diagram for IMSGlobal\LTI\Profile\Item:Public Member Functions | |
| __construct ($id=null, $name=null, $description=null, $url=null, $version=null, $timestamp=null) | |
| Class constructor. More... | |
Data Fields | |
| $id = null | |
| ID of item. More... | |
| $name = null | |
| Name of item. More... | |
| $description = null | |
| Description of item. More... | |
| $url = null | |
| URL of item. More... | |
| $version = null | |
| Version of item. More... | |
| $timestamp = null | |
| Timestamp of item. More... | |
Class to represent a generic item object.
| IMSGlobal\LTI\Profile\Item::__construct | ( | $id = null, |
|
$name = null, |
|||
$description = null, |
|||
$url = null, |
|||
$version = null, |
|||
$timestamp = null |
|||
| ) |
Class constructor.
| string | $id | ID of item (optional) |
| string | $name | Name of item (optional) |
| string | $description | Description of item (optional) |
| string | $url | URL of item (optional) |
| string | $version | Version of item (optional) |
| int | $timestamp | Timestamp of item (optional) |
Definition at line 65 of file Item.php.
References IMSGlobal\LTI\Profile\Item\$description, IMSGlobal\LTI\Profile\Item\$id, IMSGlobal\LTI\Profile\Item\$name, IMSGlobal\LTI\Profile\Item\$timestamp, IMSGlobal\LTI\Profile\Item\$url, and IMSGlobal\LTI\Profile\Item\$version.
| string IMSGlobal\LTI\Profile\Item::$description = null |
Description of item.
Definition at line 34 of file Item.php.
Referenced by IMSGlobal\LTI\Profile\Item\__construct().
| string IMSGlobal\LTI\Profile\Item::$id = null |
ID of item.
Definition at line 22 of file Item.php.
Referenced by IMSGlobal\LTI\Profile\Item\__construct().
| string IMSGlobal\LTI\Profile\Item::$name = null |
Name of item.
Definition at line 28 of file Item.php.
Referenced by IMSGlobal\LTI\Profile\Item\__construct().
| int IMSGlobal\LTI\Profile\Item::$timestamp = null |
Timestamp of item.
Definition at line 52 of file Item.php.
Referenced by IMSGlobal\LTI\Profile\Item\__construct().
| string IMSGlobal\LTI\Profile\Item::$url = null |
URL of item.
Definition at line 40 of file Item.php.
Referenced by IMSGlobal\LTI\Profile\Item\__construct().
| string IMSGlobal\LTI\Profile\Item::$version = null |
Version of item.
Definition at line 46 of file Item.php.
Referenced by IMSGlobal\LTI\Profile\Item\__construct().