Exemplo n.º 1
0
 /**
  * Get all hands ranks.
  *
  * @return self
  */
 protected function getRanks()
 {
     foreach ($this->hands as $hand) {
         $this->ranks[] = $this->rankHandler->getRanksByHand($hand);
     }
     return $this;
 }