Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1624 Rev 3473
Line 49... Line 49...
49
    *
49
    *
50
    * @access public
50
    * @access public
51
    * @param integer $time_1st A timestamp
51
    * @param integer $time_1st A timestamp
52
    * @param integer $time_2nd A timestamp
52
    * @param integer $time_2nd A timestamp
53
    */
53
    */
54
    function OLE_PPS_Root($time_1st, $time_2nd, $raChild)
54
    function __construct($time_1st, $time_2nd, $raChild)
55
    {
55
    {
56
        $this->_tmp_dir = @System::tmpdir();
56
        $this->_tmp_dir = @System::tmpdir();
57
        $this->OLE_PPS(
57
        parent::__construct(
58
           null, 
58
           null, 
59
           OLE::Asc2Ucs('Root Entry'),
59
           OLE::Asc2Ucs('Root Entry'),
60
           OLE_PPS_TYPE_ROOT,
60
           OLE_PPS_TYPE_ROOT,
61
           null,
61
           null,
62
           null,
62
           null,