Example #1
0
 public function removeSquad(Dolumar_Players_Squad $squad)
 {
     Dolumar_Underworld_Mappers_ArmyMapper::removeSquad($this, $squad);
     $this->squads = null;
 }