Example #1
0
 /**
  * @param JOB $entry Branch info is attached to this job.
  */
 public function __construct($entry)
 {
     parent::__construct($entry);
     $this->time_closed = $this->app->make_date_time();
     $this->time_status_changed = $this->app->make_date_time();
 }
Example #2
0
 /**
  * @param CHANGE $entry Branch info is attached to this job.
  */
 public function __construct($entry)
 {
     parent::__construct($entry);
     $this->time_applied = $this->app->make_date_time();
 }