ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
_parse_lockinfo ($path) | |
constructor | |
_startElement ($parser, $name, $attrs) | |
tag start handler | |
_data ($parser, $data) | |
data handler | |
_endElement ($parser, $name) | |
tag end handler |
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.
_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 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.