class JHtmlLinks

Utility class for icons.

Methods

static  string
linksgroups( array $groupsOfLinks)

Method to generate html code for groups of lists of links

static  string
links( array $links)

Method to generate html code for a list of links

static  string
link( array $link)

Method to generate html code for a single link

Details

static string linksgroups( array $groupsOfLinks)

Method to generate html code for groups of lists of links

Parameters

array $groupsOfLinks Array of links

Return Value

string

Method to generate html code for a list of links

Parameters

array $links Array of links

Return Value

string

Method to generate html code for a single link

Parameters

array $link link properties

Return Value

string