ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($path) | |
constructor More... | |
_startElement ($parser, $name, $attrs) | |
start tag handler More... | |
_endElement ($parser, $name) | |
end tag handler More... | |
Data Fields | |
$success = false | |
$props = false | |
$depth = 0 | |
Definition at line 30 of file _parse_propfind.php.
_parse_propfind::__construct | ( | $path | ) |
_parse_propfind::_endElement | ( | $parser, | |
$name | |||
) |
end tag handler
private
resource | parser |
string | tag name |
Definition at line 181 of file _parse_propfind.php.
_parse_propfind::_startElement | ( | $parser, | |
$name, | |||
$attrs | |||
) |
start tag handler
private
resource | parser |
string | tag name |
array | tag attributes |
Definition at line 136 of file _parse_propfind.php.
References $name, $tag, and array.
_parse_propfind::$depth = 0 |
Definition at line 54 of file _parse_propfind.php.
_parse_propfind::$props = false |
Definition at line 46 of file _parse_propfind.php.
_parse_propfind::$success = false |
Definition at line 38 of file _parse_propfind.php.