|
ILIAS
Release_4_4_x_branch Revision 61816
|
folder xml importer More...
Inheritance diagram for ilGroupImporter:
Collaboration diagram for ilGroupImporter: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. | |
Private Attributes | |
| $group = null | |
Additional Inherited Members | |
Protected Attributes inherited from ilXmlImporter | |
| $skip_entities = array() | |
| ilGroupImporter::importXmlRepresentation | ( | $a_entity, | |
| $a_id, | |||
| $a_xml, | |||
| $a_mapping | |||
| ) |
Import XML.
| @return |
Reimplemented from ilXmlImporter.
Definition at line 30 of file class.ilGroupImporter.php.
References $GLOBALS, ilGroupXMLParser\$UPDATE, ilObject\_getAllReferences(), and ilObjectFactory\getInstanceByRefId().
Here is the call graph for this function:| ilGroupImporter::init | ( | ) |
Init.
Reimplemented from ilXmlImporter.
Definition at line 20 of file class.ilGroupImporter.php.
|
private |
Definition at line 17 of file class.ilGroupImporter.php.