コード例 #1
0
ファイル: Seed.php プロジェクト: KKRainbow/ngpt_seed
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getPeers()
 {
     return $this->hasMany(Peer::className(), ['seed_id' => 'seed_id']);
 }
コード例 #2
0
ファイル: PeerLifecycle.php プロジェクト: KKRainbow/ngpt_seed
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getPeers()
 {
     return $this->hasMany(Peer::className(), ['lifecycle_id' => 'record_id']);
 }