DatasetDescription Class Reference
[Dataset Management Web Service]
Description of a dataset described in a WSF network. More...
Public Member Functions | |
| __construct ($uri, $title, $description, $creator, $created, $modified, $contributors, $meta="", $metaDescription=array()) | |
Data Fields | |
| $uri = "" | |
| URI of the dataset. | |
| $title = "" | |
| Title of the dataset. | |
| $description = "" | |
| Description of the dataset. | |
| $creator = "" | |
| Creator of the dataset. | |
| $created = "" | |
| Creation date of the dataset. | |
| $modified = "" | |
| Last modification date of the dataset. | |
| $contributors = array() | |
| Contributors of the dataset. | |
| $meta = "" | |
| Meta resource URI about the dataset. | |
| $metaDescription = "" | |
| Meta description about the dataset. | |
Detailed Description
Description of a dataset described in a WSF network.
Definition at line 1426 of file DatasetRead.php.
Constructor & Destructor Documentation
| __construct | ( | $ | uri, | |
| $ | title, | |||
| $ | description, | |||
| $ | creator, | |||
| $ | created, | |||
| $ | modified, | |||
| $ | contributors, | |||
| $ | meta = "", |
|||
| $ | metaDescription = array() | |||
| ) |
Definition at line 1455 of file DatasetRead.php.
References $contributors, $created, $creator, $description, $meta, $metaDescription, $modified, $title, and $uri.
Field Documentation
| $contributors = array() |
Contributors of the dataset.
Definition at line 1447 of file DatasetRead.php.
Referenced by __construct().
| $created = "" |
Creation date of the dataset.
Definition at line 1441 of file DatasetRead.php.
Referenced by __construct().
| $creator = "" |
Creator of the dataset.
Definition at line 1438 of file DatasetRead.php.
Referenced by __construct().
| $description = "" |
Description of the dataset.
Definition at line 1435 of file DatasetRead.php.
Referenced by __construct().
| $meta = "" |
Meta resource URI about the dataset.
Definition at line 1450 of file DatasetRead.php.
Referenced by __construct().
| $metaDescription = "" |
Meta description about the dataset.
Definition at line 1453 of file DatasetRead.php.
Referenced by __construct().
| $modified = "" |
Last modification date of the dataset.
Definition at line 1444 of file DatasetRead.php.
Referenced by __construct().
| $title = "" |
| $uri = "" |
The documentation for this class was generated from the following file:
