Пример #1
0
 /**
  * @param PROJECT_APPLICATION $context Main application.
  */
 public function __construct($context)
 {
     parent::__construct($context);
     $this->time_scheduled = $context->make_date_time();
     $this->time_testing_scheduled = $context->make_date_time();
     $this->time_next_deadline = $context->make_date_time();
     $this->time_tested = $context->make_date_time();
     $this->time_tested->clear();
     $this->time_shipped = $context->make_date_time();
     $this->time_shipped->clear();
 }