Example #1
0
 /**
  * @param integer $time_1st A timestamp
  * @param integer $time_2nd A timestamp
  */
 public function __construct($time_1st, $time_2nd, $raChild)
 {
     parent::__construct(null, Shared_OLE::Asc2Ucs('Root Entry'), Shared_OLE::OLE_PPS_TYPE_ROOT, null, null, null, $time_1st, $time_2nd, null, $raChild);
 }
Example #2
0
 /**
  * The constructor
  *
  * @access public
  * @param string $name The name of the file (in Unicode)
  * @see OLE::Asc2Ucs()
  */
 public function __construct($name)
 {
     parent::__construct(null, $name, Shared_OLE::OLE_PPS_TYPE_FILE, null, null, null, null, null, '', array());
 }