예제 #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();
 }