ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($path) | |
constructor More... | |
_startElement ($parser, $name, $attrs) | |
tag start handler More... | |
_endElement ($parser, $name) | |
tag end handler More... | |
_data ($parser, $data) | |
input data handler More... | |
Data Fields | |
$success | |
$props | |
$depth | |
$mode | |
$current | |
Definition at line 30 of file _parse_proppatch.php.
_parse_proppatch::__construct | ( | $path | ) |
constructor
string | path of input stream public |
Definition at line 78 of file _parse_proppatch.php.
_parse_proppatch::_data | ( | $parser, | |
$data | |||
) |
input data handler
resource | parser |
string | data |
Definition at line 216 of file _parse_proppatch.php.
References $data.
_parse_proppatch::_endElement | ( | $parser, | |
$name | |||
) |
tag end handler
resource | parser |
string | tag name |
Definition at line 182 of file _parse_proppatch.php.
References $current, $name, and $tag.
_parse_proppatch::_startElement | ( | $parser, | |
$name, | |||
$attrs | |||
) |
tag start handler
resource | parser |
string | tag name |
array | tag attributes |
Definition at line 137 of file _parse_proppatch.php.
References $key, $name, $tag, and array.
_parse_proppatch::$current |
Definition at line 70 of file _parse_proppatch.php.
Referenced by _endElement().
_parse_proppatch::$depth |
Definition at line 54 of file _parse_proppatch.php.
_parse_proppatch::$mode |
Definition at line 62 of file _parse_proppatch.php.
_parse_proppatch::$props |
Definition at line 46 of file _parse_proppatch.php.
_parse_proppatch::$success |
Definition at line 38 of file _parse_proppatch.php.