Пример #1
0
 public function getAdress()
 {
     $optionManager = new \Manager\OptionsManager();
     $address = securise($_POST['address']);
     $adressToDisplay = $optionManager->getAdress($address);
     $this->show('default/backoffice', ['currentadresse' => $adressToDisplay]);
 }