PHP Class NativeXmlSupplementaryFileFilter, ojs

Inheritance: extends NativeXmlMonographFileFilter
Datei anzeigen Open project: pkp/ojs

Public Methods

Method Description
__construct ( $filterGroup ) Constructor
_getLocalizedSupplementaryFileSetterMappings ( ) : array Get node name to setter function mapping for localized data.
getClassName ( )
getPluralElementName ( ) : string Return the plural element name
getSingularElementName ( ) : string Get the singular element name
handleChildElement ( $node, $stageId, $fileId, &$submissionFiles ) Handle a child node of the submission file element; add new files, if any, to $submissionFiles

Method Details

__construct() public method

Constructor
public __construct ( $filterGroup )
$filterGroup FilterGroup

_getLocalizedSupplementaryFileSetterMappings() public method

Get node name to setter function mapping for localized data.

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

handleChildElement() public method

Handle a child node of the submission file element; add new files, if any, to $submissionFiles
public handleChildElement ( $node, $stageId, $fileId, &$submissionFiles )
$node DOMElement
$stageId int SUBMISSION_FILE_...
$fileId int File id
$submissionFiles array