Ejemplo n.º 1
0
 public function __construct(Area $area, ProjectAreaRepository $repository)
 {
     $this->area = $area;
     $this->repository = $repository;
     $this->name = $this->area->getName();
     $this->territory = $this->area->getTerritory();
     $this->customData = $this->area->getCustomData();
 }