Skip to content
Code-Schnipsel Gruppen Projekte
Commit f27a9d91 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

refactor: basket -> to products

Übergeordneter 82e9d4af
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
......@@ -69,6 +69,8 @@ public function __construct($attributes = array())
*
* @param string $data
* @return ArticleListUnique
*
* @throws QUI\Exception
*/
public static function unserialize($data)
{
......@@ -169,6 +171,8 @@ public function hideHeader()
*
* @param string|bool $template - custom template
* @return string
*
* @throws QUI\Exception
*/
public function toHTML($template = false)
{
......@@ -226,6 +230,8 @@ public function toHTML($template = false)
* Return the Article List as HTML, with CSS
*
* @return string
*
* @throws QUI\Exception
*/
public function toHTMLWithCSS()
{
......@@ -240,6 +246,8 @@ public function toHTMLWithCSS()
* Alias for toHTMLWithCSS
*
* @return string
*
* @throws QUI\Exception
*/
public function render()
{
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren