|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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. More... | |
| _DataLen () | |
| Returns the amount of data saved for this PPS. More... | |
| _getPpsWk () | |
| Returns a string with the PPS's WK (What is a WK?) More... | |
Static Public Member Functions | |
| static | _savePpsSetPnt (&$raList, $to_save, $depth=0) |
| Updates index and pointers to previous, next and children PPS's for this PPS. More... | |
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.
@access 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.
@access 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?)
@access 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:
|
static |
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.
@access public
| array | &$raList | Reference to the array of PPS's for the whole OLE container |
Definition at line 203 of file PPS.php.
References _savePpsSetPnt().
Referenced by _savePpsSetPnt(), and PHPExcel_Shared_OLE_PPS_Root\save().
Here is the call graph for this function:
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().