|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| _parse_proppatch ($path) | |
| _startElement ($parser, $name, $attrs) | |
| _endElement ($parser, $name) | |
| _data ($parser, $data) | |
Data Fields | |
| $success | |
| $props | |
| $depth | |
| $mode | |
| $current | |
Definition at line 44 of file _parse_proppatch.php.
| _data | ( | $ | parser, |
| $ | data | ||
| ) |
input data handler
| resource | parser |
| string | data |
Definition at line 223 of file _parse_proppatch.php.
| _endElement | ( | $ | parser, |
| $ | name | ||
| ) |
tag end handler
| resource | parser |
| string | tag name |
Definition at line 190 of file _parse_proppatch.php.
| _parse_proppatch | ( | $ | path | ) |
constructor
| string | path of input stream public |
Definition at line 92 of file _parse_proppatch.php.
| _startElement | ( | $ | parser, |
| $ | name, | ||
| $ | attrs | ||
| ) |
tag start handler
| resource | parser |
| string | tag name |
| array | tag attributes |
Definition at line 144 of file _parse_proppatch.php.
| $current |
Definition at line 84 of file _parse_proppatch.php.
| $depth |
Definition at line 68 of file _parse_proppatch.php.
| $mode |
Definition at line 76 of file _parse_proppatch.php.
| $props |
Definition at line 60 of file _parse_proppatch.php.
Definition at line 52 of file _parse_proppatch.php.