HumHub Documentation (unofficial)

FontAwesomeIconProvider
in package
implements IconProvider

Class FontAwesomeIconFactory

Tags
since
1.4

Table of Contents

Interfaces

IconProvider
IconProviders are used to render an icon for a specific icon library.

Methods

getId()  : string
getNames()  : array<string|int, string>
Return all supported icon names.
render()  : string
Use as follows:
renderList()  : mixed
Renders a icon list:
getIconSizeClass()  : mixed

Methods

getNames()

Return all supported icon names.

public getNames() : array<string|int, string>
Tags
inheritdoc
Return values
array<string|int, string>

render()

Use as follows:

public render(Icon $icon[, mixed $options = [] ]) : string
Parameters
$icon : Icon
$options : mixed = []
Return values
string

renderList()

Renders a icon list:

public renderList(mixed $listDefinition) : mixed
Parameters
$listDefinition : mixed

[]

Tags
@return

$


        
On this page

Search results