コード例 #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();
 }