|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| OLE_PPS ($No, $name, $type, $prev, $next, $dir, $time_1st, $time_2nd, $data, $children) | |
| _DataLen () | |
| _getPpsWk () | |
| _savePpsSetPnt (&$pps_array) | |
Data Fields | |
| $No | |
| $Name | |
| $Type | |
| $PrevPps | |
| $NextPps | |
| $DirPps | |
| $Time1st | |
| $Time2nd | |
| $_StartBlock | |
| $Size | |
| $_data | |
| $children = array() | |
| _DataLen | ( | ) |
| _getPpsWk | ( | ) |
| _savePpsSetPnt | ( | &$ | pps_array | ) |
Updates index and pointers to previous, next and children PPS's for this PPS. I don't think it'll work with Dir PPS's.
private
| array | &$pps_array | Reference to the array of PPS's for the whole OLE container |
Definition at line 204 of file PPS.php.

| OLE_PPS | ( | $ | No, |
| $ | name, | ||
| $ | type, | ||
| $ | prev, | ||
| $ | next, | ||
| $ | dir, | ||
| $ | time_1st, | ||
| $ | time_2nd, | ||
| $ | data, | ||
| $ | children | ||
| ) |
The constructor
public
| integer | $No | The PPS index |
| string | $name | The PPS name (in Unicode) |
| integer | $type | The PPS type. Dir, Root or File |
| integer | $prev | The index of the previous PPS |
| integer | $next | The index of the next PPS |
| integer | $dir | The index of it's first child if this is a Dir or Root PPS |
| integer | $time_1st | A timestamp |
| integer | $time_2nd | A timestamp |
| array | $children | Array containing children PPS for this PPS |
Definition at line 121 of file PPS.php.
