|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
folder xml importer More...
Inheritance diagram for ilContainerReferenceImporter:
Collaboration diagram for ilContainerReferenceImporter:Public Member Functions | |
| init () | |
| Init. More... | |
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
| Import XML. More... | |
Public Member Functions inherited from ilXmlImporter | |
| __construct () | |
| Constructor. More... | |
| init () | |
| Init. More... | |
| setInstallId ($a_val) | |
| Set installation id. More... | |
| getInstallId () | |
| Get installation id. More... | |
| setInstallUrl ($a_val) | |
| Set installation url. More... | |
| getInstallUrl () | |
| Get installation url. More... | |
| setSchemaVersion ($a_val) | |
| Set schema version. More... | |
| getSchemaVersion () | |
| Get schema version. More... | |
| setImportDirectory ($a_val) | |
| Set import directory. More... | |
| getImportDirectory () | |
| Get import directory. More... | |
| setSkipEntities ($a_val) | |
| Set skip entities. More... | |
| getSkipEntities () | |
| Get skip entities. More... | |
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
| Import xml representation. More... | |
| finalProcessing ($a_mapping) | |
| Final processing. More... | |
Protected Member Functions | |
| initReference ($a_ref_id=0) | |
| Init reference. More... | |
| getType () | |
| Get reference type. More... | |
| initParser ($a_xml) | |
| Init xml parser. More... | |
| getReference () | |
| get reference More... | |
Protected Attributes | |
| $ref = null | |
Protected Attributes inherited from ilXmlImporter | |
| $skip_entities = array() | |
folder xml importer
Definition at line 15 of file class.ilContainerReferenceImporter.php.
|
protected |
get reference
Definition at line 47 of file class.ilContainerReferenceImporter.php.
References $ref.
Referenced by importXmlRepresentation().
Here is the caller graph for this function:
|
abstractprotected |
Get reference type.
Reimplemented in ilCategoryReferenceImporter, and ilCourseReferenceImporter.
Referenced by importXmlRepresentation().
Here is the caller graph for this function:| ilContainerReferenceImporter::importXmlRepresentation | ( | $a_entity, | |
| $a_id, | |||
| $a_xml, | |||
| $a_mapping | |||
| ) |
Import XML.
return
Reimplemented from ilXmlImporter.
Definition at line 58 of file class.ilContainerReferenceImporter.php.
References $GLOBALS, ilObject\_getAllReferences(), getReference(), getType(), initParser(), initReference(), and ilContainerReferenceXmlParser\MODE_UPDATE.
Here is the call graph for this function:| ilContainerReferenceImporter::init | ( | ) |
Init.
Reimplemented from ilXmlImporter.
Definition at line 20 of file class.ilContainerReferenceImporter.php.
|
abstractprotected |
Init xml parser.
Reimplemented in ilCategoryReferenceImporter, and ilCourseReferenceImporter.
Referenced by importXmlRepresentation().
Here is the caller graph for this function:
|
protected |
Init reference.
Definition at line 28 of file class.ilContainerReferenceImporter.php.
References ilObjectFactory\getInstanceByRefId().
Referenced by importXmlRepresentation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 17 of file class.ilContainerReferenceImporter.php.
Referenced by getReference().