示例#1
0
 /**
  * @return Hand
  */
 public function nextHand()
 {
     return $this->strategy->nextHand();
 }