mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-09 17:02:46 +02:00
up stats par rue et dans le temps
This commit is contained in:
parent
cd6c14c378
commit
7355600e6b
8 changed files with 409 additions and 5 deletions
|
@ -752,4 +752,17 @@ class Place
|
|||
$this->emailContent = $emailContent;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function toArray(): array
|
||||
{
|
||||
return [
|
||||
'name' => $this->getName(),
|
||||
'mainTag' => $this->getMainTag(),
|
||||
'housenumber' => $this->getHousenumber(),
|
||||
'street' => $this->getStreet(),
|
||||
'completionPercentage' => $this->getCompletionPercentage(),
|
||||
'lat' => $this->getLat(),
|
||||
'lon' => $this->getLon(),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue