コード例 #1
0
ファイル: Typecompet.php プロジェクト: birdiebel/G2016
 /**
  * @return mixed
  */
 public function listFormules()
 {
     return Formulecompet::where('nbplayers', '=', $this->nbplayers)->lists('libelle', 'id');
 }