Example #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getHosos()
 {
     return $this->hasMany(Hoso::className(), ['maBN' => 'id']);
 }
Example #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getMaHS0()
 {
     return $this->hasOne(Hoso::className(), ['id' => 'maHS']);
 }