Beispiel #1
0
 /**
  * Return a readable representation of the player's hand
  *
  * @return string
  */
 public function getReadableHandType()
 {
     return $this->_hand->getReadableHandType();
 }