|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Collaboration diagram for _parse_lockinfo:Public Member Functions | |
| _parse_lockinfo ($path) | |
| constructor More... | |
| _startElement ($parser, $name, $attrs) | |
| tag start handler More... | |
| _data ($parser, $data) | |
| data handler More... | |
| _endElement ($parser, $name) | |
| tag end handler More... | |
Data Fields | |
| $success = false | |
| $locktype = "" | |
| $lockscope = "" | |
| $owner = "" | |
| $collect_owner = false | |
Definition at line 30 of file _parse_lockinfo.php.
| _parse_lockinfo::_data | ( | $parser, | |
| $data | |||
| ) |
data handler
| resource | parser |
| string | data |
Definition at line 190 of file _parse_lockinfo.php.
References $data.
| _parse_lockinfo::_endElement | ( | $parser, | |
| $name | |||
| ) |
tag end handler
| resource | parser |
| string | tag name |
Definition at line 206 of file _parse_lockinfo.php.
| _parse_lockinfo::_parse_lockinfo | ( | $path | ) |
constructor
| string | path of stream to read @access public |
Definition at line 78 of file _parse_lockinfo.php.
References $path.
| _parse_lockinfo::_startElement | ( | $parser, | |
| $name, | |||
| $attrs | |||
| ) |
tag start handler
| resource | parser |
| string | tag name |
| array | tag attributes |
Definition at line 142 of file _parse_lockinfo.php.
| _parse_lockinfo::$collect_owner = false |
Definition at line 70 of file _parse_lockinfo.php.
| _parse_lockinfo::$lockscope = "" |
Definition at line 54 of file _parse_lockinfo.php.
| _parse_lockinfo::$locktype = "" |
Definition at line 46 of file _parse_lockinfo.php.
| _parse_lockinfo::$owner = "" |
Definition at line 62 of file _parse_lockinfo.php.
| _parse_lockinfo::$success = false |
Definition at line 38 of file _parse_lockinfo.php.