Skip to content
Code-Schnipsel Gruppen Projekte

feat(ArticleView): add new method getImageUrl

Zusammengeführt Henning Leutz requested to merge next-1.x into 1.x
1 Datei
+ 8
0
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
@@ -172,6 +172,14 @@ class ArticleView extends QUI\QDOM
return $Currency->format($calc['price']);
}
/**
* @return string
*/
public function getImageUrl(): string
{
return $this->Article->getImage()->getUrl();
}
/**
* Create the html
*
Lade