|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| _parse_lockinfo ($path) | |
| _startElement ($parser, $name, $attrs) | |
| _data ($parser, $data) | |
| _endElement ($parser, $name) | |
Data Fields | |
| $success = false | |
| $locktype = "" | |
| $lockscope = "" | |
| $owner = "" | |
| $collect_owner = false | |
Definition at line 44 of file _parse_lockinfo.php.
| _data | ( | $ | parser, |
| $ | data | ||
| ) |
data handler
| resource | parser |
| string | data |
Definition at line 204 of file _parse_lockinfo.php.
| _endElement | ( | $ | parser, |
| $ | name | ||
| ) |
tag end handler
| resource | parser |
| string | tag name |
Definition at line 220 of file _parse_lockinfo.php.
| _parse_lockinfo | ( | $ | path | ) |
constructor
| string | path of stream to read public |
Definition at line 92 of file _parse_lockinfo.php.
| _startElement | ( | $ | parser, |
| $ | name, | ||
| $ | attrs | ||
| ) |
tag start handler
| resource | parser |
| string | tag name |
| array | tag attributes |
Definition at line 156 of file _parse_lockinfo.php.
| $collect_owner = false |
Definition at line 84 of file _parse_lockinfo.php.
| $lockscope = "" |
Definition at line 68 of file _parse_lockinfo.php.
| $locktype = "" |
Definition at line 60 of file _parse_lockinfo.php.
| $owner = "" |
Definition at line 76 of file _parse_lockinfo.php.
| $success = false |
Definition at line 52 of file _parse_lockinfo.php.