Definition at line 30 of file File.php.
◆ __construct()
PHPExcel_Shared_OLE_PPS_File::__construct |
( |
|
$name | ) |
|
◆ append()
PHPExcel_Shared_OLE_PPS_File::append |
( |
|
$data | ) |
|
Append data to PPS.
public
- Parameters
-
string | $data | The data to append |
Definition at line 71 of file File.php.
References $data.
73 $this->_data .=
$data;
◆ getStream()
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.
82 $this->ole->getStream($this);
◆ init()
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.
The documentation for this class was generated from the following file:
- libs/composer/vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/OLE/PPS/File.php