PHP Class NativeXmlSupplementaryFileFilter, ojs

Inheritance: extends NativeXmlMonographFileFilter
Afficher le fichier Open project: pkp/ojs

Méthodes publiques

Méthode 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 méthode

Constructor
public __construct ( $filterGroup )
$filterGroup FilterGroup

_getLocalizedSupplementaryFileSetterMappings() public méthode

Get node name to setter function mapping for localized data.

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

handleChildElement() public méthode

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