Пример #1
0
 /**
  * @param PROJECT_ENTRY $entry Branch info is attached to this project entry.
  */
 public function __construct($entry)
 {
     parent::__construct($entry->app);
     $this->_entry = $entry;
 }
Пример #2
0
 /**
  * @param APPLICATION $context Application for this history item
  */
 public function __construct($context)
 {
     parent::__construct($context);
     $this->time_created = $context->make_date_time();
 }
Пример #3
0
 /**
  * @param APPLICATION $context
  */
 public function __construct($context)
 {
     parent::__construct($context);
     $this->time_messages_sent = $context->make_date_time();
 }