public function PHPExcel_Shared_OLE_PPS_File::__construct in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/OLE/PPS/File.php \PHPExcel_Shared_OLE_PPS_File::__construct()
* The constructor * * @access public *
Parameters
string $name The name of the file (in Unicode): * @see OLE::Asc2Ucs()
Overrides PHPExcel_Shared_OLE_PPS::__construct
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/ OLE/ PPS/ File.php, line 39
Class
- PHPExcel_Shared_OLE_PPS_File
- Class for creating File PPS's for OLE containers
Code
public function __construct($name) {
parent::__construct(null, $name, PHPExcel_Shared_OLE::OLE_PPS_TYPE_FILE, null, null, null, null, null, '', array());
}