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 94... Line 94...
94
 
94
 
95
    /**
95
    /**
96
    * Creates a new OLE object
96
    * Creates a new OLE object
97
    * @access public
97
    * @access public
98
    */
98
    */
99
    function OLE()
99
    function __construct()
100
    {
100
    {
101
        $this->_list = array();
101
        $this->_list = array();
Line 102... Line 102...
102
    }
102
    }