Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3472 → Rev 3473

/trunk/jrest/lib/Spreadsheet/Excel/Writer/Parser.php
169,7 → 169,7
* @param integer $byte_order The byte order (Little endian or Big endian) of the architecture
(optional). 1 => big endian, 0 (default) little endian.
*/
function Spreadsheet_Excel_Writer_Parser($byte_order, $biff_version)
function __construct($byte_order, $biff_version)
{
$this->_current_char = 0;
$this->_BIFF_version = $biff_version;