예제 #1
0
파일: Player.php 프로젝트: n3t1m/Poker-Demo
 /**
  * Return an array of the Player's Cards from his Hand
  *
  * @return array
  */
 public function getCards()
 {
     return $this->_hand->getCards();
 }