|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 |
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
Definition at line 19 of file class.ilCopyWizardSettingsXMLParser.php.
| ilCopyWizardSettingsXMLParser::__construct | ( | string | $xml | ) |
Definition at line 25 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 120 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 105 of file class.ilCopyWizardSettingsXMLParser.php.
References $options.
| ilCopyWizardSettingsXMLParser::getSourceId | ( | ) |
Definition at line 110 of file class.ilCopyWizardSettingsXMLParser.php.
References $source_id.
| ilCopyWizardSettingsXMLParser::getTargetId | ( | ) |
Definition at line 115 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 44 of file class.ilCopyWizardSettingsXMLParser.php.
References $DIC, $id, ilObject\_isInTrash(), ilCopyWizardOptions\COPY_WIZARD_COPY, ilCopyWizardOptions\COPY_WIZARD_LINK, getActionForString(), ilObjectFactory\getTypeByRefId(), and ILIAS\Repository\int().
Referenced by setHandlers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCopyWizardSettingsXMLParser::handlerCharacterData | ( | $a_xml_parser, | |
| string | $a_data | ||
| ) |
| XMLParser | resource | $a_xml_parser |
Definition at line 143 of file class.ilCopyWizardSettingsXMLParser.php.
Referenced by setHandlers().
Here is the caller graph for this function:| ilCopyWizardSettingsXMLParser::handlerEndTag | ( | $a_xml_parser, | |
| string | $a_name | ||
| ) |
| XMLParser | resource | $a_xml_parser |
Definition at line 136 of file class.ilCopyWizardSettingsXMLParser.php.
Referenced by setHandlers().
Here is the caller graph for this function:| ilCopyWizardSettingsXMLParser::setHandlers | ( | $a_xml_parser | ) |
| XMLParser | resource | $a_xml_parser |
Reimplemented from ilSaxParser.
Definition at line 35 of file class.ilCopyWizardSettingsXMLParser.php.
References handlerBeginTag(), handlerCharacterData(), and handlerEndTag().
Here is the call graph for this function:
|
private |
Definition at line 21 of file class.ilCopyWizardSettingsXMLParser.php.
Referenced by getOptions().
|
private |
Definition at line 22 of file class.ilCopyWizardSettingsXMLParser.php.
Referenced by getSourceId().
|
private |
Definition at line 23 of file class.ilCopyWizardSettingsXMLParser.php.
Referenced by getTargetId().