Exemplo n.º 1
0
 public function getHtmlForUrl(UrlRequestObject $urlRequestObject)
 {
     $this->addCSS();
     $this->addJS();
     $path = $urlRequestObject->getPath();
     if (isset($path[1])) {
         return $path[1];
     }
     return "Hund";
     //"<img src=\"" . $this->getAssetUrl() . "icons/bullet_arrow_down.png\" />";
 }