|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| _parse_propfind ($path) | |
| _startElement ($parser, $name, $attrs) | |
| _endElement ($parser, $name) | |
Data Fields | |
| $success = false | |
| $props = false | |
| $depth = 0 | |
Definition at line 43 of file _parse_propfind.php.
| _endElement | ( | $ | parser, |
| $ | name | ||
| ) |
end tag handler
private
| resource | parser |
| string | tag name |
Definition at line 183 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 142 of file _parse_propfind.php.
| $depth = 0 |
Definition at line 67 of file _parse_propfind.php.
| $props = false |
Definition at line 59 of file _parse_propfind.php.
| $success = false |
Definition at line 51 of file _parse_propfind.php.