コード例 #1
0
ファイル: BankPool.php プロジェクト: ailingsen/betterdebt
 public function getPool()
 {
     return $this->hasOne(Pool::className(), ['id_pool' => 'id_pool']);
 }