|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilCopyWizardSettingsXMLParser:
Collaboration diagram for ilCopyWizardSettingsXMLParser:Public Member Functions | |
| __construct (string $xml) | |
| setHandlers ($a_xml_parser) | |
| handlerBeginTag ($a_xml_parser, string $a_name, array $a_attribs) | |
| getOptions () | |
| getSourceId () | |
| getTargetId () | |
| handlerEndTag ($a_xml_parser, string $a_name) | |
| handlerCharacterData ($a_xml_parser, string $a_data) | |
Public Member Functions inherited from ilSaxParser | |
| __construct (?string $path_to_file='', ?bool $throw_exception=false) | |
| setXMLContent (string $a_xml_content) | |
| getXMLContent () | |
| getInputType () | |
| startParsing () | |
| stores xml data in array More... | |
| createParser () | |
| setHandlers ($a_xml_parser) | |
| parse ($a_xml_parser, $a_fp=null) | |
Static Private Member Functions | |
| static | getActionForString ($s) |
Private Attributes | |
| array | $options = [] |
| int | $source_id = 0 |
| int | $target_id = 0 |
Additional Inherited Members | |
Data Fields inherited from ilSaxParser | |
| string | $xml_file |
| bool | $throw_exception = false |
Protected Member Functions inherited from ilSaxParser | |
| openXMLFile () | |
| handleError (string $message) | |
| setThrowException (bool $throw_exception) | |
Protected Attributes inherited from ilSaxParser | |
| ilLanguage | $lng = null |
Definition at line 12 of file class.ilCopyWizardSettingsXMLParser.php.
| ilCopyWizardSettingsXMLParser::__construct | ( | string | $xml | ) |
Definition at line 18 of file class.ilCopyWizardSettingsXMLParser.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilSaxParser\setXMLContent().
Here is the call graph for this function:
|
staticprivate |
Definition at line 114 of file class.ilCopyWizardSettingsXMLParser.php.
References ilCopyWizardOptions\COPY_WIZARD_COPY, ilCopyWizardOptions\COPY_WIZARD_LINK, and ilCopyWizardOptions\COPY_WIZARD_OMIT.
Referenced by handlerBeginTag().
Here is the caller graph for this function:| ilCopyWizardSettingsXMLParser::getOptions | ( | ) |
Definition at line 99 of file class.ilCopyWizardSettingsXMLParser.php.
References $options.
| ilCopyWizardSettingsXMLParser::getSourceId | ( | ) |
Definition at line 104 of file class.ilCopyWizardSettingsXMLParser.php.
References $source_id.
| ilCopyWizardSettingsXMLParser::getTargetId | ( | ) |
Definition at line 109 of file class.ilCopyWizardSettingsXMLParser.php.
References $target_id.
| ilCopyWizardSettingsXMLParser::handlerBeginTag | ( | $a_xml_parser, | |
| string | $a_name, | ||
| array | $a_attribs | ||
| ) |
| XMLParser | resource | $a_xml_parser |
Definition at line 38 of file class.ilCopyWizardSettingsXMLParser.php.
References $DIC, $id, $type, ilObject\_isInTrash(), ilCopyWizardOptions\COPY_WIZARD_COPY, ilCopyWizardOptions\COPY_WIZARD_LINK, getActionForString(), ilObjectFactory\getTypeByRefId(), and ILIAS\Repository\int().
Here is the call graph for this function:| ilCopyWizardSettingsXMLParser::handlerCharacterData | ( | $a_xml_parser, | |
| string | $a_data | ||
| ) |
| XMLParser | resource | $a_xml_parser |
Definition at line 137 of file class.ilCopyWizardSettingsXMLParser.php.
| ilCopyWizardSettingsXMLParser::handlerEndTag | ( | $a_xml_parser, | |
| string | $a_name | ||
| ) |
| XMLParser | resource | $a_xml_parser |
Definition at line 130 of file class.ilCopyWizardSettingsXMLParser.php.
| ilCopyWizardSettingsXMLParser::setHandlers | ( | $a_xml_parser | ) |
| XMLParser | resource | $a_xml_parser |
Reimplemented from ilSaxParser.
Definition at line 28 of file class.ilCopyWizardSettingsXMLParser.php.
|
private |
Definition at line 14 of file class.ilCopyWizardSettingsXMLParser.php.
Referenced by getOptions().
|
private |
Definition at line 15 of file class.ilCopyWizardSettingsXMLParser.php.
Referenced by getSourceId().
|
private |
Definition at line 16 of file class.ilCopyWizardSettingsXMLParser.php.
Referenced by getTargetId().