Beispiel #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getRelIdRebanho()
 {
     return $this->hasOne(Rebanho::className(), ['idRebanho' => 'idRebanho']);
 }
Beispiel #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getRebanhos()
 {
     return $this->hasMany(Rebanho::className(), ['idNucleo' => 'idNucleo']);
 }