ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 207 of file _parse_proppatch.php.
References $data.
_parse_proppatch::_endElement | ( | $parser, | |
$name | |||
) |
tag end handler
resource | parser |
string | tag name |
Definition at line 174 of file _parse_proppatch.php.
References $current.
_parse_proppatch::_startElement | ( | $parser, | |
$name, | |||
$attrs | |||
) |
tag start handler
resource | parser |
string | tag name |
array | tag attributes |
Definition at line 130 of file _parse_proppatch.php.
References 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.