Open Journal Systems
3.3.0
|
Additional Inherited Members | |
![]() | |
static | tempGroup ($inputType, $outputType) |
![]() | |
static | supportedRuntimeEnvironmentSettings () |
![]() | |
$_deployment | |
![]() | |
$_filterGroup | |
$_settings = array() | |
![]() | |
$_errors = array() | |
$_input | |
$_inputType | |
$_output | |
$_outputType | |
$_runtimeEnvironment = false | |
![]() | |
$_data = array() | |
$_extractionAdaptersLoaded = false | |
$_hasLoadableAdapters = false | |
$_injectionAdaptersLoaded = false | |
$_metadataExtractionAdapters = array() | |
$_metadataInjectionAdapters = array() | |
Class that converts a Native XML document to an supplementary file.
Definition at line 18 of file NativeXmlSupplementaryFileFilter.inc.php.
NativeXmlSupplementaryFileFilter::__construct | ( | $filterGroup | ) |
Constructor
$filterGroup | FilterGroup |
Reimplemented from NativeXmlArticleFileFilter.
Definition at line 23 of file NativeXmlSupplementaryFileFilter.inc.php.
NativeXmlSupplementaryFileFilter::_getLocalizedSupplementaryFileSetterMappings | ( | ) |
Get node name to setter function mapping for localized data.
Definition at line 98 of file NativeXmlSupplementaryFileFilter.inc.php.
Referenced by handleChildElement().
NativeXmlSupplementaryFileFilter::getClassName | ( | ) |
Return the fully qualified class name of the filter class. This information must be persisted when saving a filter so that the filter can later be reconstructed from the information in the database.
(This must be hard coded by sub-classes for PHP4 compatibility. PHP4 always returns class names lowercase which we cannot tolerate as we need this path to find the class on case sensitive file systems.)
Reimplemented from NativeXmlArticleFileFilter.
Definition at line 34 of file NativeXmlSupplementaryFileFilter.inc.php.
NativeXmlSupplementaryFileFilter::getPluralElementName | ( | ) |
Return the plural element name
Reimplemented from NativeXmlSubmissionFileFilter.
Definition at line 45 of file NativeXmlSupplementaryFileFilter.inc.php.
NativeXmlSupplementaryFileFilter::getSingularElementName | ( | ) |
Get the singular element name
Reimplemented from NativeXmlSubmissionFileFilter.
Definition at line 53 of file NativeXmlSupplementaryFileFilter.inc.php.
NativeXmlSupplementaryFileFilter::handleChildElement | ( | $node, | |
$stageId, | |||
$fileId, | |||
& | $submissionFiles | ||
) |
Handle a child node of the submission file element; add new files, if any, to $submissionFiles
$node | DOMElement |
$stageId | int SUBMISSION_FILE_... |
$fileId | int File id |
$submissionFiles | array |
Reimplemented from NativeXmlSubmissionFileFilter.
Definition at line 69 of file NativeXmlSupplementaryFileFilter.inc.php.
References _getLocalizedSupplementaryFileSetterMappings(), NativeImportExportFilter\getDeployment(), and NativeImportFilter\parseLocalizedContent().