コード例 #1
0
ファイル: Player.php プロジェクト: n3t1m/Poker-Demo
 /**
  * Returns the number of cards the hand has
  *
  * @return integer
  */
 public function getTotalCards()
 {
     return $this->_hand->getTotalCards();
 }