Exemplo n.º 1
0
 public function add(Unit $unit)
 {
     $unit->setArmy($this);
     $this->units[] = $unit;
 }