Example #1
0
 public static function set_lifetime($days)
 {
     parent::set_lifetime($days);
     // we want anytime the lifetime is changed to update the info in the DB
     $this->lifetimeChanged = true;
 }