Icon
extends Base
in package
Table of Contents
Properties
- $fd : mixed
Methods
- __construct() : mixed
- font() : mixed
- Renders a font icon on the page
- getTemplate() : mixed
- Central method to generate a new theme object so that we can centralize and inject variables into the library
Properties
$fd
protected
mixed
$fd
= null
Methods
__construct()
public
__construct(mixed $fd) : mixed
Parameters
- $fd : mixed
font()
Renders a font icon on the page
public
font(mixed $icon[, mixed $iconLoading = false ][, mixed $customLoadingIcon = '' ][, mixed $options = [] ]) : mixed
Parameters
- $icon : mixed
- $iconLoading : mixed = false
- $customLoadingIcon : mixed = ''
- $options : mixed = []
Tags
getTemplate()
Central method to generate a new theme object so that we can centralize and inject variables into the library
public
getTemplate() : mixed