Class to represent a generic item object. More...
Public Member Functions | |
| __construct ($id=null, $name=null, $description=null, $url=null, $version=null, $timestamp=null) | |
| Class constructor. | |
Data Fields | |
| $id = null | |
| ID of item. | |
| $name = null | |
| Name of item. | |
| $description = null | |
| Description of item. | |
| $url = null | |
| URL of item. | |
| $version = null | |
| Version of item. | |
| $timestamp = null | |
| Timestamp of item. | |
Class to represent a generic item object.
Definition at line 12 of file Profile/Item.php.
| __construct | ( | $id = null, |
|
$name = null, |
|||
$description = null, |
|||
$url = null, |
|||
$version = null, |
|||
$timestamp = null |
|||
| ) |
Class constructor.
| 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) |
Definition at line 67 of file Profile/Item.php.
References Item\$description, Item\$id, Item\$name, Item\$timestamp, Item\$url, and Item\$version.
| string null $description = null |
Description of item.
Definition at line 34 of file Profile/Item.php.
Referenced by Item\__construct().
| string null $id = null |
| string null $name = null |
| int null $timestamp = null |
Timestamp of item.
Definition at line 55 of file Profile/Item.php.
Referenced by Item\__construct().
| string null $url = null |
| string null $version = null |