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 |
public __construct ( $filterGroup ) | ||
$filterGroup | FilterGroup |
public _getLocalizedSupplementaryFileSetterMappings ( ) : array | ||
return | array |
public getPluralElementName ( ) : string | ||
return | string |
public getSingularElementName ( ) : string | ||
return | string |
public handleChildElement ( $node, $stageId, $fileId, &$submissionFiles ) | ||
$node | DOMElement | |
$stageId | int SUBMISSION_FILE_... | |
$fileId | int File id | |
$submissionFiles | array |