Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/inc/class.dc.maintenance.task.php
r1925 r1940 24 24 protected $p_url; 25 25 protected $code; 26 protected $ts = 604800; // one week 26 27 27 28 protected $id; … … 33 34 protected $error; 34 35 protected $success; 35 protected $reminder;36 36 37 37 /** … … 85 85 86 86 /** 87 * Get timestamp between maintenances. 88 * 89 * @return <b>intetger</b> Timestamp 90 */ 91 public function ts() 92 { 93 return abs((integer) $this->ts); 94 } 95 96 /** 87 97 * Get task ID. 88 98 * … … 165 175 } 166 176 167 /** @todo */168 public function reminder()169 {170 return null;171 }172 173 177 /** 174 178 * Get header.
Note: See TracChangeset
for help on using the changeset viewer.