Class to represent a generic item object.
More...
|
| __construct (?string $id=null, ?string $name=null, ?string $description=null, ?string $url=null, ?string $version=null, ?int $timestamp=null) |
| Class constructor.
|
|
|
string | $id = null |
| ID of item.
|
|
string | $name = null |
| Name of item.
|
|
string | $description = null |
| Description of item.
|
|
string | $url = null |
| URL of item.
|
|
string | $version = null |
| Version of item.
|
|
int | $timestamp = null |
| Timestamp of item.
|
|
Class to represent a generic item object.
- Author
- Stephen P Vickers steph.nosp@m.en@s.nosp@m.pvsof.nosp@m.twar.nosp@m.eprod.nosp@m.ucts.nosp@m..com
- Copyright
- SPV Software Products
- Licence: http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3
◆ __construct()
ceLTIc\LTI\Profile\Item::__construct |
( |
?string | $id = null, |
|
|
?string | $name = null, |
|
|
?string | $description = null, |
|
|
?string | $url = null, |
|
|
?string | $version = null, |
|
|
?int | $timestamp = null ) |
Class constructor.
- Parameters
-
string | $id | ID of item (optional) |
string | null | $name | Name of item (optional) |
string | null | $description | Description of item (optional) |
string | null | $url | URL of item (optional) |
string | null | $version | Version of item (optional) |
int | null | $timestamp | Timestamp of item (optional) |
◆ $description
string ceLTIc\LTI\Profile\Item::$description = null |
◆ $id
string ceLTIc\LTI\Profile\Item::$id = null |
◆ $name
string ceLTIc\LTI\Profile\Item::$name = null |
◆ $timestamp
int ceLTIc\LTI\Profile\Item::$timestamp = null |
◆ $url
string ceLTIc\LTI\Profile\Item::$url = null |
◆ $version
string ceLTIc\LTI\Profile\Item::$version = null |