ILIAS
Release_3_10_x_branch Revision 61812
|
Public Member Functions | |
OLE_PPS_File ($name) | |
The constructor. | |
setTempDir ($dir) | |
Sets the temp dir used for storing the OLE file. | |
init () | |
Initialization method. | |
append ($data) | |
Append data to PPS. | |
Public Member Functions inherited from OLE_PPS | |
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 | |
$_tmp_dir | |
Data Fields inherited from OLE_PPS | |
$No | |
$Name | |
$Type | |
$PrevPps | |
$NextPps | |
$DirPps | |
$Time1st | |
$Time2nd | |
$_StartBlock | |
$Size | |
$_data | |
$children = array() |
OLE_PPS_File::append | ( | $data | ) |
OLE_PPS_File::init | ( | ) |
Initialization method.
Has to be called right after OLE_PPS_File().
public
Definition at line 85 of file File.php.
OLE_PPS_File::OLE_PPS_File | ( | $name | ) |
The constructor.
public
string | $name | The name of the file (in Unicode) |
Definition at line 47 of file File.php.
References OLE_PPS\OLE_PPS(), and OLE_PPS_TYPE_FILE.
OLE_PPS_File::setTempDir | ( | $dir | ) |