Encapsulates a Dublin Core metadata element.
More...
Public Member Functions
Static Public Member Functions
Data Fields
-
$hidden = false
-
$searchable = false
-
$sortable = false
-
$is_default_sort = false
Detailed Description
Encapsulates a Dublin Core metadata element.
- Author:
- Alex Dolski <alex.dolski@unlv.edu> http://www.opensource.org/licenses/mit-license.php
Definition at line 15 of file DMDCElement.php.
Constructor & Destructor Documentation
| DMDCElement::__construct |
( |
$ |
nick | ) |
|
- Parameters:
-
| string | nick CONTENTdm(R) field nickname |
- Since:
- 0.1
Definition at line 225 of file DMDCElement.php.
Member Function Documentation
| DMDCElement::__toString |
( |
| ) |
|
| static DMDCElement::getAll |
( |
| ) |
[static] |
- Returns:
- array Array of DMDCElement objects corresponding to the unqualified Dublin Core Metadata Element Set (DCMES).
- Since:
- 0.1
Definition at line 193 of file DMDCElement.php.
| DMDCElement::getCollection |
( |
| ) |
|
| DMDCElement::getDCName |
( |
| ) |
|
| DMDCElement::getDCNick |
( |
| ) |
|
| DMDCElement::getMaxWords |
( |
| ) |
|
| static DMDCElement::getNameForDCNick |
( |
$ |
nick | ) |
[static] |
| DMDCElement::getValue |
( |
| ) |
|
| DMDCElement::getVocabulary |
( |
$ |
dict = true, |
|
|
$ |
include_unused = false |
|
) |
| |
| DMDCElement::isControlled |
( |
| ) |
|
| DMDCElement::isDefaultSort |
( |
| ) |
|
| DMDCElement::isHidden |
( |
| ) |
|
| DMDCElement::isSearchable |
( |
| ) |
|
| DMDCElement::isSortable |
( |
| ) |
|
| DMDCElement::setControlled |
( |
$ |
bool | ) |
|
| DMDCElement::setDCNick |
( |
$ |
nick | ) |
|
| DMDCElement::setDefaultSort |
( |
$ |
bool | ) |
|
| DMDCElement::setHidden |
( |
$ |
bool | ) |
|
| DMDCElement::setMaxWords |
( |
$ |
maxwords | ) |
|
| DMDCElement::setName |
( |
$ |
name | ) |
|
| DMDCElement::setNick |
( |
$ |
nick | ) |
|
| DMDCElement::setSearchable |
( |
$ |
bool | ) |
|
| DMDCElement::setSortable |
( |
$ |
bool | ) |
|
| DMDCElement::setType |
( |
$ |
type | ) |
|
- Parameters:
-
| string | type One of "TEXT", "FULLRES", "FTS", or "'DATE", per the dmGetCollectionFieldInfo() function |
- Exceptions:
-
- Since:
- 0.3
Definition at line 420 of file DMDCElement.php.
| DMDCElement::setValue |
( |
$ |
value | ) |
|
The documentation for this class was generated from the following file: