PHP Class InterestEntryDAO, pkp-lib

Inheritance: extends ControlledVocabEntryDAO
Afficher le fichier Open project: pkp/pkp-lib

Méthodes publiques

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.

Method Details

__construct() public méthode

Constructor
public __construct ( )

getAdditionalFieldNames() public méthode

Get the list of non-localized additional fields to store.
public getAdditionalFieldNames ( ) : array
Résultat array

getByControlledVocabId() public méthode

Retrieve an iterator of controlled vocabulary entries matching a particular controlled vocabulary ID.
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

newDataObject() public méthode

Construct a new data object corresponding to this DAO.
public newDataObject ( ) : PaperTypeEntry
Résultat PaperTypeEntry