Méthode | Description | |
---|---|---|
__construct ( ) | Constructor | |
getAdditionalFieldNames ( ) : array | Get the list of non-localized additional fields to store. | |
getByControlledVocabId ( $controlledVocabId, $rangeInfo = null, $filter = null ) : object | Retrieve an iterator of controlled vocabulary entries matching a particular controlled vocabulary ID. | |
newDataObject ( ) : PaperTypeEntry | Construct a new data object corresponding to this DAO. |
public getAdditionalFieldNames ( ) : array | ||
Résultat | array |
public getByControlledVocabId ( $controlledVocabId, $rangeInfo = null, $filter = null ) : object | ||
$controlledVocabId | int | |
$rangeInfo | RangeInfo optional range information for result | |
$filter | string Optional filter to match to beginnings of results | |
Résultat | object | DAOResultFactory containing matching CVE objects |
public newDataObject ( ) : PaperTypeEntry | ||
Résultat | PaperTypeEntry |