ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct ($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 |
Definition at line 40 of file OLE_PPS.php.
PHPExcel_Shared_OLE_PPS::__construct | ( | $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 |
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 |
string | $data | The (usually binary) source data of the PPS |
array | $children | Array containing children PPS for this PPS |
Definition at line 135 of file OLE_PPS.php.
PHPExcel_Shared_OLE_PPS::_DataLen | ( | ) |
Returns the amount of data saved for this PPS.
public
Definition at line 160 of file OLE_PPS.php.
PHPExcel_Shared_OLE_PPS::_getPpsWk | ( | ) |
Returns a string with the PPS's WK (What is a WK?)
public
Definition at line 180 of file OLE_PPS.php.
References $Name, $ret, and PHPExcel_Shared_OLE\LocalDate2OLE().
Referenced by PHPExcel_Shared_OLE_PPS_Root\_savePps().
PHPExcel_Shared_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.
public
array | &$pps_array | Reference to the array of PPS's for the whole OLE container |
Definition at line 215 of file OLE_PPS.php.
References $No.
Referenced by PHPExcel_Shared_OLE_PPS_Root\save().
PHPExcel_Shared_OLE_PPS::$_data |
Definition at line 106 of file OLE_PPS.php.
PHPExcel_Shared_OLE_PPS::$_StartBlock |
Definition at line 94 of file OLE_PPS.php.
PHPExcel_Shared_OLE_PPS::$children = array() |
Definition at line 112 of file OLE_PPS.php.
Referenced by __construct().
PHPExcel_Shared_OLE_PPS::$DirPps |
Definition at line 76 of file OLE_PPS.php.
PHPExcel_Shared_OLE_PPS::$Name |
Definition at line 52 of file OLE_PPS.php.
Referenced by _getPpsWk().
PHPExcel_Shared_OLE_PPS::$NextPps |
Definition at line 70 of file OLE_PPS.php.
PHPExcel_Shared_OLE_PPS::$No |
Definition at line 46 of file OLE_PPS.php.
Referenced by __construct(), and _savePpsSetPnt().
PHPExcel_Shared_OLE_PPS::$ole |
Definition at line 118 of file OLE_PPS.php.
PHPExcel_Shared_OLE_PPS::$PrevPps |
Definition at line 64 of file OLE_PPS.php.
PHPExcel_Shared_OLE_PPS::$Size |
Definition at line 100 of file OLE_PPS.php.
PHPExcel_Shared_OLE_PPS::$Time1st |
Definition at line 82 of file OLE_PPS.php.
PHPExcel_Shared_OLE_PPS::$Time2nd |
Definition at line 88 of file OLE_PPS.php.
PHPExcel_Shared_OLE_PPS::$Type |
Definition at line 58 of file OLE_PPS.php.