|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for _parse_propfind: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 | ) |
constructor
@access public
Definition at line 62 of file _parse_propfind.php.
References $path.
| _parse_propfind::_endElement | ( | $parser, | |
| $name | |||
| ) |
end tag handler
@access private
| resource | parser |
| string | tag name |
Definition at line 170 of file _parse_propfind.php.
| _parse_propfind::_startElement | ( | $parser, | |
| $name, | |||
| $attrs | |||
| ) |
start tag handler
@access private
| resource | parser |
| string | tag name |
| array | tag attributes |
Definition at line 129 of file _parse_propfind.php.
| _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.