Example #1
0
 public function getAgeInDays()
 {
     return Database::select_age_in_days($this->getTable(), $this->getId(), 'start_time');
 }