/** * Return an array of Cards of best combination of Cards from the Player's Hand * * @return array */ public function getBestHand() { return $this->_hand->getBestHand(); }