Example #1
0
 /**
  * Шаблон документа
  * @return \yii\db\ActiveQuery
  */
 public function getTemplate()
 {
     return $this->hasOne(Template::className(), ['id' => 'template_id']);
 }