|
ILIAS
eassessment Revision 61809
|
Inheritance diagram for PHPExcel_Shared_OLE_PPS:
Collaboration diagram for PHPExcel_Shared_OLE_PPS: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 | |
| 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 125 of file PPS.php.
| PHPExcel_Shared_OLE_PPS::_DataLen | ( | ) |
Returns the amount of data saved for this PPS.
public
Definition at line 150 of file PPS.php.
| PHPExcel_Shared_OLE_PPS::_getPpsWk | ( | ) |
Returns a string with the PPS's WK (What is a WK?)
public
Definition at line 170 of file PPS.php.
References $ret, and PHPExcel_Shared_OLE\LocalDate2OLE().
Referenced by PHPExcel_Shared_OLE_PPS_Root\_savePps().
Here is the call graph for this function:
Here is the caller graph for this function:| 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 203 of file PPS.php.
References $No.
Referenced by PHPExcel_Shared_OLE_PPS_Root\save().
Here is the caller graph for this function:| PHPExcel_Shared_OLE_PPS::$children = array() |
Definition at line 102 of file PPS.php.
Referenced by __construct().
| PHPExcel_Shared_OLE_PPS::$No |
Definition at line 36 of file PPS.php.
Referenced by __construct(), and _savePpsSetPnt().