Exemplo n.º 1
0
 public function getPool()
 {
     return $this->hasOne(Pool::className(), ['id_pool' => 'id_pool']);
 }