You are here

public function PHPExcel_Shared_OLE_PPS_File::init in Loft Data Grids 7.2

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

* Initialization method. Has to be called right after OLE_PPS_File(). * * @access public *

Return value

mixed true on success

File

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

Class

PHPExcel_Shared_OLE_PPS_File
Class for creating File PPS's for OLE containers

Code

public function init() {
  return true;
}