You are here

public function PHPExcel_Shared_OLE_PPS_File::append in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/OLE/PPS/File.php \PHPExcel_Shared_OLE_PPS_File::append()

* Append data to PPS * * @access public *

Parameters

string $data The data to append:

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/OLE/PPS/File.php, line 71

Class

PHPExcel_Shared_OLE_PPS_File
Class for creating File PPS's for OLE containers

Code

public function append($data) {
  $this->_data .= $data;
}