| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for _parse_propfind:
 Collaboration diagram for _parse_propfind:| Public Member Functions | |
| _parse_propfind ($path) | |
| constructor | |
| _startElement ($parser, $name, $attrs) | |
| start tag handler | |
| _endElement ($parser, $name) | |
| end tag handler | |
| Data Fields | |
| $success = false | |
| $props = false | |
| $depth = 0 | |
Definition at line 30 of file _parse_propfind.php.
| _parse_propfind::_endElement | ( | $parser, | |
| $name | |||
| ) | 
end tag handler
private
| resource | parser | 
| string | tag name | 
Definition at line 170 of file _parse_propfind.php.
| _parse_propfind::_parse_propfind | ( | $path | ) | 
constructor
public
Definition at line 62 of file _parse_propfind.php.
References $path.
| _parse_propfind::_startElement | ( | $parser, | |
| $name, | |||
| $attrs | |||
| ) | 
start tag handler
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.