Label
extends Base
in package
Table of Contents
Properties
- $fd : mixed
Methods
- __construct() : mixed
- avatar() : mixed
- Renders the avatar label
- getTemplate() : mixed
- Central method to generate a new theme object so that we can centralize and inject variables into the library
- standard() : mixed
- Renders the standard label
Properties
$fd
protected
mixed
$fd
= null
Methods
__construct()
public
__construct(mixed $fd) : mixed
Parameters
- $fd : mixed
avatar()
Renders the avatar label
public
avatar(mixed $url[, mixed $text = '' ][, mixed $type = 'info' ][, mixed $options = [] ]) : mixed
Parameters
- $url : mixed
- $text : mixed = ''
- $type : mixed = 'info'
- $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
Tags
standard()
Renders the standard label
public
standard([mixed $text = '' ][, mixed $type = 'info' ][, mixed $options = [] ]) : mixed
Parameters
- $text : mixed = ''
- $type : mixed = 'info'
- $options : mixed = []