Beispiel #1
0
 public function getVisitBox()
 {
     return $this->hasMany(VisitBoxes::className(), ['visit_id' => 'id']);
 }