ILIAS
trunk Revision v11.0_alpha-1851-ga8564da6fed
|
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 (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) | |
![]() | |
__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 | |
![]() | |
string | $xml_file |
bool | $throw_exception = false |
![]() | |
openXMLFile () | |
handleError (string $message) | |
setThrowException (bool $throw_exception) | |
![]() | |
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().
|
staticprivate |
Definition at line 120 of file class.ilCopyWizardSettingsXMLParser.php.
References ilCopyWizardOptions\COPY_WIZARD_COPY, ilCopyWizardOptions\COPY_WIZARD_LINK, and ilCopyWizardOptions\COPY_WIZARD_OMIT.
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, ilObjectFactory\getTypeByRefId(), and ILIAS\Repository\int().
Referenced by setHandlers().
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().
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().
ilCopyWizardSettingsXMLParser::setHandlers | ( | $a_xml_parser | ) |
XMLParser | resource | $a_xml_parser |
Definition at line 35 of file class.ilCopyWizardSettingsXMLParser.php.
References handlerBeginTag(), handlerCharacterData(), and handlerEndTag().
|
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().