PHP Class NativeXmlPKPAuthorFilter, pkp-lib

Inheritance: extends NativeImportFilter
Afficher le fichier Open project: pkp/pkp-lib Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $filterGroup ) Constructor
getClassName ( )
getPluralElementName ( ) : string Return the plural element name
getSingularElementName ( ) : string Get the singular element name
handleElement ( $node ) : array Handle a submission element

Method Details

__construct() public méthode

Constructor
public __construct ( $filterGroup )
$filterGroup FilterGroup

getClassName() public méthode

public getClassName ( )

getPluralElementName() public méthode

Return the plural element name
public getPluralElementName ( ) : string
Résultat string

getSingularElementName() public méthode

Get the singular element name
public getSingularElementName ( ) : string
Résultat string

handleElement() public méthode

Handle a submission element
public handleElement ( $node ) : array
$node DOMElement
Résultat array Array of PKPAuthor objects