Esempio n. 1
0
 /**
  * Return an array of the Player's Cards from his Hand
  *
  * @return array
  */
 public function getCards()
 {
     return $this->_hand->getCards();
 }