You are here

public function PHPExcel_Shared_OLE_PPS_File::getStream 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::getStream()

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

Return value

resource a read-only stream

File

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

Class

PHPExcel_Shared_OLE_PPS_File
Class for creating File PPS's for OLE containers

Code

public function getStream() {
  $this->ole
    ->getStream($this);
}