Subversion Repositories eFlore/Applications.cel

Rev

Rev 1604 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1604 Rev 3473
Line 247... Line 247...
247
    *
247
    *
248
    * @access private
248
    * @access private
249
    * @param integer $index the XF index for the format.
249
    * @param integer $index the XF index for the format.
250
    * @param array   $properties array with properties to be set on initialization.
250
    * @param array   $properties array with properties to be set on initialization.
251
    */
251
    */
252
    function Spreadsheet_Excel_Writer_Format($BIFF_version, $index = 0, $properties =  array())
252
    function __construct($BIFF_version, $index = 0, $properties =  array())
253
    {
253
    {
254
        $this->_xf_index       = $index;
254
        $this->_xf_index       = $index;
255
        $this->_BIFF_version   = $BIFF_version;
255
        $this->_BIFF_version   = $BIFF_version;
256
        $this->font_index      = 0;
256
        $this->font_index      = 0;
257
        $this->_font_name      = 'Arial';
257
        $this->_font_name      = 'Arial';