|
ILIAS
Release_4_4_x_branch Revision 61816
|
folder xml importer More...
Inheritance diagram for ilContainerReferenceImporter:
Collaboration diagram for ilContainerReferenceImporter:Public Member Functions | |
| init () | |
| Init. | |
| importXmlRepresentation ($a_entity, $a_id, $a_xml, $a_mapping) | |
| Import XML. | |
Public Member Functions inherited from ilXmlImporter | |
| __construct () | |
| Constructor. | |
| setInstallId ($a_val) | |
| Set installation id. | |
| getInstallId () | |
| Get installation id. | |
| setInstallUrl ($a_val) | |
| Set installation url. | |
| getInstallUrl () | |
| Get installation url. | |
| setSchemaVersion ($a_val) | |
| Set schema version. | |
| getSchemaVersion () | |
| Get schema version. | |
| setImportDirectory ($a_val) | |
| Set import directory. | |
| getImportDirectory () | |
| Get import directory. | |
| setSkipEntities ($a_val) | |
| Set skip entities. | |
| getSkipEntities () | |
| Get skip entities. | |
| finalProcessing ($a_mapping) | |
| Final processing. | |
Protected Member Functions | |
| initReference ($a_ref_id=0) | |
| Init reference. | |
| getType () | |
| Get reference type. | |
| initParser ($a_xml) | |
| Init xml parser. | |
| getReference () | |
| get reference | |
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().