Esempio n. 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getNetwork()
 {
     return $this->hasOne(Network::className(), ['id' => 'network_id']);
 }
Esempio n. 2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getNetworks()
 {
     return $this->hasMany(Network::className(), ['domain_id' => 'id']);
 }