ILIAS  eassessment Revision 61809
 All Data Structures Namespaces Files Functions Variables Groups Pages
PHPExcel_Shared_OLE_PPS_File Class Reference
+ Inheritance diagram for PHPExcel_Shared_OLE_PPS_File:
+ Collaboration diagram for PHPExcel_Shared_OLE_PPS_File:

Public Member Functions

 __construct ($name)
 The constructor.
 init ()
 Initialization method.
 append ($data)
 Append data to PPS.
 getStream ()
 Returns a stream for reading this file using fread() etc.
- Public Member Functions inherited from PHPExcel_Shared_OLE_PPS
 __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.

Additional Inherited Members

- Data Fields inherited from PHPExcel_Shared_OLE_PPS
 $No
 $Name
 $Type
 $PrevPps
 $NextPps
 $DirPps
 $Time1st
 $Time2nd
 $_StartBlock
 $Size
 $_data
 $children = array()
 $ole

Detailed Description

Definition at line 30 of file File.php.

Constructor & Destructor Documentation

PHPExcel_Shared_OLE_PPS_File::__construct (   $name)

The constructor.

public

Parameters
string$nameThe name of the file (in Unicode)
See Also
OLE::Asc2Ucs()

Definition at line 39 of file File.php.

References $name, and PHPExcel_Shared_OLE\OLE_PPS_TYPE_FILE.

{
null,
null,
null,
null,
null,
null,
'',
array());
}

Member Function Documentation

PHPExcel_Shared_OLE_PPS_File::append (   $data)

Append data to PPS.

public

Parameters
string$dataThe data to append

Definition at line 71 of file File.php.

References $data.

{
$this->_data .= $data;
}
PHPExcel_Shared_OLE_PPS_File::getStream ( )

Returns a stream for reading this file using fread() etc.

Returns
resource a read-only stream

Definition at line 80 of file File.php.

{
$this->ole->getStream($this);
}
PHPExcel_Shared_OLE_PPS_File::init ( )

Initialization method.

Has to be called right after OLE_PPS_File().

public

Returns
mixed true on success

Definition at line 60 of file File.php.

{
return true;
}

The documentation for this class was generated from the following file: