Collaboration diagram for _parse_propfind:Public Member Functions | |
| _parse_propfind ($path) | |
| _startElement ($parser, $name, $attrs) | |
| _endElement ($parser, $name) | |
Data Fields | |
| $success = false | |
| $props = false | |
| $depth = 0 | |
Definition at line 35 of file _parse_propfind.php.
| _endElement | ( | $parser, | |
| $name | |||
| ) |
end tag handler
private
| resource | parser |
| string | tag name |
Definition at line 151 of file _parse_propfind.php.
| _parse_propfind | ( | $path | ) |
| _startElement | ( | $parser, | |
| $name, | |||
| $attrs | |||
| ) |
start tag handler
private
| resource | parser |
| string | tag name |
| array | tag attributes |
Definition at line 117 of file _parse_propfind.php.
| $depth = 0 |
Definition at line 57 of file _parse_propfind.php.
| $props = false |
Definition at line 50 of file _parse_propfind.php.
| $success = false |
Definition at line 43 of file _parse_propfind.php.