ILIAS
Release_3_10_x_branch Revision 61812
|
Public Member Functions | |
OLE_PPS ($No, $name, $type, $prev, $next, $dir, $time_1st, $time_2nd, $data, $children) | |
The constructor. | |
_DataLen () | |
Returns the amount of data saved for this PPS. | |
_getPpsWk () | |
Returns a string with the PPS's WK (What is a WK?) | |
_savePpsSetPnt (&$pps_array) | |
Updates index and pointers to previous, next and children PPS's for this PPS. |
Data Fields | |
$No | |
$Name | |
$Type | |
$PrevPps | |
$NextPps | |
$DirPps | |
$Time1st | |
$Time2nd | |
$_StartBlock | |
$Size | |
$_data | |
$children = array() |
OLE_PPS::_DataLen | ( | ) |
Returns the amount of data saved for this PPS.
private
Definition at line 147 of file PPS.php.
OLE_PPS::_getPpsWk | ( | ) |
Returns a string with the PPS's WK (What is a WK?)
private
Definition at line 169 of file PPS.php.
References $Name, $ret, and OLE\LocalDate2OLE().
Referenced by OLE_PPS_Root\_savePps().
OLE_PPS::_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.
References $No.
Referenced by OLE_PPS_Root\save().
OLE_PPS::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.
References $children, $data, $dir, and $No.
Referenced by OLE_PPS_File\OLE_PPS_File(), and OLE_PPS_Root\OLE_PPS_Root().
OLE_PPS::$Name |
Definition at line 45 of file PPS.php.
Referenced by _getPpsWk().
OLE_PPS::$No |
Definition at line 39 of file PPS.php.
Referenced by _savePpsSetPnt(), and OLE_PPS().