예제 #1
0
파일: Player.php 프로젝트: n3t1m/Poker-Demo
 /**
  * Return a readable representation of the player's hand
  *
  * @return string
  */
 public function getReadableHandType()
 {
     return $this->_hand->getReadableHandType();
 }