PHP Class NativeXmlArtworkFileFilter, ojs

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

Méthodes publiques

Méthode Description
__construct ( $filterGroup ) Constructor
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

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