Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 418 → Rev 3473

/trunk/jrest/lib/Writer.php
50,10 → 50,10
* @param string $filename The optional filename for the Workbook.
* @return Spreadsheet_Excel_Writer_Workbook The Workbook created
*/
function Spreadsheet_Excel_Writer($filename = '')
function __construct($filename = '')
{
$this->_filename = $filename;
$this->Spreadsheet_Excel_Writer_Workbook($filename);
parent::__construct($filename);
}
 
/**