Beispiel #1
0
 /**
  * Returns the number of cards the hand has
  *
  * @return integer
  */
 public function getTotalCards()
 {
     return $this->_hand->getTotalCards();
 }