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 65... Line 65...
65
    * The parser from the workbook. Used to parse validation formulas also
65
    * The parser from the workbook. Used to parse validation formulas also
66
    * @var Spreadsheet_Excel_Writer_Parser
66
    * @var Spreadsheet_Excel_Writer_Parser
67
    */
67
    */
68
    var $_parser;
68
    var $_parser;
Line 69... Line 69...
69
 
69
 
70
    function Spreadsheet_Excel_Writer_Validator(&$parser)
70
    function __construct(&$parser)
71
    {
71
    {
72
        $this->_parser       = $parser;
72
        $this->_parser       = $parser;
73
        $this->_type         = 0x01; // FIXME: add method for setting datatype
73
        $this->_type         = 0x01; // FIXME: add method for setting datatype
74
        $this->_style        = 0x00;
74
        $this->_style        = 0x00;