Exemplo n.º 1
0
 private function createAddPresenter($template, $childWpHandler, $cacheId)
 {
     $presenter = new AddPresenterChildWp($this->request, $this->translator);
     /* set default waypoint coordinates to cache coordinates */
     $presenter->initCoordinate(CoordinateCoordinate::getFromCache($cacheId));
     return $presenter;
 }