ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
_parse_proppatch ($path) | |
constructor | |
_startElement ($parser, $name, $attrs) | |
tag start handler | |
_endElement ($parser, $name) | |
tag end handler | |
_data ($parser, $data) | |
input data handler |
Data Fields | |
$success | |
$props | |
$depth | |
$mode | |
$current |
Definition at line 30 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, and $name.
_parse_proppatch::_parse_proppatch | ( | $path | ) |
constructor
string | path of input stream public |
Definition at line 78 of file _parse_proppatch.php.
_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.
_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.