PHP Class NativeXmlPKPAuthorFilter, pkp-lib

Inheritance: extends NativeImportFilter
Show file Open project: pkp/pkp-lib Class Usage Examples

Public Methods

Method 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 method

Constructor
public __construct ( $filterGroup )
$filterGroup FilterGroup

getClassName() public method

public getClassName ( )

getPluralElementName() public method

Return the plural element name
public getPluralElementName ( ) : string
return string

getSingularElementName() public method

Get the singular element name
public getSingularElementName ( ) : string
return string

handleElement() public method

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