Example #1
0
 /**
  * @return Form
  */
 public function getForm()
 {
     return $this->hasOne(Form::className(), ['id' => 'formId']);
 }