Méthode |
Description |
|
__construct ( $filterGroup ) |
Constructor |
|
_getDateIssueSetterMappings ( ) : array |
Get node name to setter function mapping for issue date fields. |
|
_getLocalizedIssueSetterMappings ( ) : array |
Get node name to setter function mapping for localized data. |
|
_sectionExist ( $importSection ) : boolean |
Check if the section already exists. |
|
getClassName ( ) |
|
|
getPluralElementName ( ) : string |
Return the plural element name |
|
getSingularElementName ( ) : string |
Get the singular element name |
|
handleChildElement ( $n, $issue ) |
Handle an element whose parent is the issue element. |
|
handleElement ( $node ) : Issue |
Handle a singular element import. |
|
parseArticle ( $n, $issue ) |
Parse an article and add it to the issue. |
|
parseArticles ( $node, $issue ) |
Parse an articles element |
|
parseCover ( $node, $object ) |
Parse out the cover and store it in the object. |
|
parseIdentifier ( $element, $issue ) |
Parse an identifier node and set up the issue object accordingly |
|
parseIssueCovers ( $node, $object ) |
Parse out the object covers. |
|
parseIssueGalley ( $n, $issue ) |
Parse an issue galley and add it to the issue. |
|
parseIssueGalleys ( $node, $issue ) |
Parse an articles element |
|
parseIssueIdentification ( $node, $issue ) |
Parse out the issue identification and store it in an issue. |
|
parseSection ( $node, $issue ) |
Parse a section stored in an issue. |
|
parseSections ( $node, $issue ) |
Parse a submission file and add it to the submission. |
|