Back to Joomla project (class list)

Class Links - list of methods

Utility class for icons.
Package: Joomla\CMS\HTML\Helpers
Copyright: (C) 2013 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/HTML/Helpers/Links.php
Project: Joomla

Method Summary

public static string
(mixed $groupsOfLinks)

Method to generate html code for groups of lists of links
Parameters
  • array $groupsOfLinks Array of links
Returns
  • string
Since
  • 3.2
Show source code of this method: linksgroups Source Code

public static string
(mixed $links)

Method to generate html code for a list of links
Parameters
  • array $links Array of links
Returns
  • string
Since
  • 3.2
Show source code of this method: links Source Code

public static string
(mixed $link)

Method to generate html code for a single link
Parameters
  • array $link link properties
Returns
  • string
Since
  • 3.2
Show source code of this method: link Source Code

Tags Summary

Since
3.2