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 123... Line 123...
123
    * @param integer $time_1st A timestamp
123
    * @param integer $time_1st A timestamp
124
    * @param integer $time_2nd A timestamp
124
    * @param integer $time_2nd A timestamp
125
    * @param string  $data  The (usually binary) source data of the PPS
125
    * @param string  $data  The (usually binary) source data of the PPS
126
    * @param array   $children Array containing children PPS for this PPS
126
    * @param array   $children Array containing children PPS for this PPS
127
    */
127
    */
128
    function OLE_PPS($No, $name, $type, $prev, $next, $dir, $time_1st, $time_2nd, $data, $children)
128
    function __construct($No, $name, $type, $prev, $next, $dir, $time_1st, $time_2nd, $data, $children)
129
    {
129
    {
130
        $this->No      = $No;
130
        $this->No      = $No;
131
        $this->Name    = $name;
131
        $this->Name    = $name;
132
        $this->Type    = $type;
132
        $this->Type    = $type;
133
        $this->PrevPps = $prev;
133
        $this->PrevPps = $prev;