Example #1
0
 /**
  * @inheritDoc
  */
 public function afterFind()
 {
     parent::afterFind();
     $this->dateInput = \Yii::$app->formatter->asDate($this->date->sec, 'dd.MM.yyyy');
     $this->beginTimeInput = $this->beginTimeString;
     $this->endTimeInput = $this->endTimeString;
     $this->foreignOrganizations = $this->rsoAgreement === self::RSO_AGREEMENT_NO_NEED ? 0 : 1;
 }