IconHelper
Table of Contents
Methods
-
all()
: array<string|int, mixed>
-
get()
: string
-
register()
: void
-
registerMany()
: void
-
render()
: string
all()
public
static all() : array<string|int, mixed>
Return values
array<string|int, mixed>
get()
public
static get(string $key[, string $fallback = 'bi-circle' ]) : string
Parameters
-
$key
: string
-
-
$fallback
: string
= 'bi-circle'
-
register()
public
static register(string $key, string $iconClass) : void
Parameters
-
$key
: string
-
-
$iconClass
: string
-
registerMany()
public
static registerMany(array<string|int, mixed> $icons) : void
Parameters
-
$icons
: array<string|int, mixed>
-
render()
public
static render(string $key[, array<string|int, mixed> $attributes = [] ]) : string
Parameters
-
$key
: string
-
-
$attributes
: array<string|int, mixed>
= []
-