ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilImportMapping $mapping, string $xml='') | |
getMapping () | |
parse (string $a_root_id) | |
Static Public Attributes | |
static array | $style_map = [] |
Protected Member Functions | |
initItem (SimpleXMLElement $item, int $a_parent_node) | |
parseTiming (int $a_ref_id, int $a_parent_id, SimpleXMLElement $timing) | |
createObject (int $ref_id, int $obj_id, string $type, string $title, int $parent_node) | |
Protected Attributes | |
ilSetting | $settings |
ilObjectDefinition | $obj_definition |
ilLogger | $cont_log |
Private Attributes | |
int | $source = 0 |
ilImportMapping | $mapping = null |
string | $xml = '' |
int | $root_id = 0 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning XML parser for container structure
Definition at line 24 of file class.ilContainerXmlParser.php.
ilContainerXmlParser::__construct | ( | ilImportMapping | $mapping, |
string | $xml = '' |
||
) |
Definition at line 35 of file class.ilContainerXmlParser.php.
References $DIC, $mapping, $xml, ilLoggerFactory\getLogger(), and ILIAS\Repository\settings().
|
protected |
Definition at line 174 of file class.ilContainerXmlParser.php.
References $location, $obj_definition, ilObjectFactory\getInstanceByObjId(), getMapping(), and null.
Referenced by initItem().
ilContainerXmlParser::getMapping | ( | ) |
Definition at line 48 of file class.ilContainerXmlParser.php.
References $mapping.
Referenced by createObject(), and initItem().
|
protected |
Definition at line 62 of file class.ilContainerXmlParser.php.
References $ilSetting, $ref_id, $settings, ilObject\_lookupObjId(), createObject(), getMapping(), ILIAS\Repository\int(), and parseTiming().
Referenced by parse().
ilContainerXmlParser::parse | ( | string | $a_root_id | ) |
Definition at line 53 of file class.ilContainerXmlParser.php.
References initItem(), and ILIAS\Repository\int().
|
protected |
Definition at line 127 of file class.ilContainerXmlParser.php.
References IL_CAL_DATETIME, IL_CAL_UNIX, and ilTimeZone\UTC.
Referenced by initItem().
|
protected |
Definition at line 28 of file class.ilContainerXmlParser.php.
|
private |
Definition at line 30 of file class.ilContainerXmlParser.php.
Referenced by __construct(), and getMapping().
|
protected |
Definition at line 27 of file class.ilContainerXmlParser.php.
Referenced by createObject().
|
private |
Definition at line 32 of file class.ilContainerXmlParser.php.
|
protected |
Definition at line 26 of file class.ilContainerXmlParser.php.
Referenced by initItem().
|
private |
Definition at line 29 of file class.ilContainerXmlParser.php.
|
static |
Definition at line 33 of file class.ilContainerXmlParser.php.
Referenced by ilContainerImporter\finalProcessing().
|
private |
Definition at line 31 of file class.ilContainerXmlParser.php.
Referenced by __construct().