mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
[export][person] Feature: add filter and aggregator by geographical unit on person
This commit is contained in:
@@ -53,6 +53,13 @@ class GeographicalUnit
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
protected function setId(int $id): self
|
||||
{
|
||||
$this->id = $id;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getUnitName(): ?string
|
||||
{
|
||||
return $this->unitName;
|
||||
|
Reference in New Issue
Block a user