コード例 #1
0
ファイル: Player.php プロジェクト: n3t1m/Poker-Demo
 /**
  * Return an array of Cards of best combination of Cards from the Player's Hand
  *
  * @return array
  */
 public function getBestHand()
 {
     return $this->_hand->getBestHand();
 }