Class to represent a generic item object. More...
Public Member Functions | |
__construct (string $id=null, ?string $name=null, ?string $description=null, ?string $url=null, ?string $version=null, ?int $timestamp=null) | |
Class constructor. | |
Class to represent a generic item object.
__construct | ( | string | $id = null, |
?string | $name = null, | ||
?string | $description = null, | ||
?string | $url = null, | ||
?string | $version = null, | ||
?int | $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) |