Html
extends Base
in package
Table of Contents
Properties
- $fd : mixed
Methods
- __construct() : mixed
- emptyList() : mixed
- Renders the empty state
- getTemplate() : mixed
- Central method to generate a new theme object so that we can centralize and inject variables into the library
- name() : mixed
- Renders name of the object
- popover() : mixed
- Renders the popover markup
- tooltip() : mixed
- Renders the tooltip markup
- well() : mixed
- Renders a well container for text
Properties
$fd
protected
mixed
$fd
= null
Methods
__construct()
public
__construct(mixed $fd) : mixed
Parameters
- $fd : mixed
emptyList()
Renders the empty state
public
emptyList(mixed $message[, mixed $options = [] ]) : mixed
Parameters
- $message : 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
Tags
name()
Renders name of the object
public
name(mixed $name[, mixed $options = [] ]) : mixed
Parameters
- $name : mixed
- $options : mixed = []
Tags
popover()
Renders the popover markup
public
popover([mixed $appearance = 'light' ][, mixed $accent = 'foundry' ]) : mixed
Parameters
- $appearance : mixed = 'light'
- $accent : mixed = 'foundry'
Tags
tooltip()
Renders the tooltip markup
public
tooltip([mixed $appearance = 'light' ][, mixed $accent = 'foundry' ]) : mixed
Parameters
- $appearance : mixed = 'light'
- $accent : mixed = 'foundry'
Tags
well()
Renders a well container for text
public
well(mixed $contents[, mixed $options = [] ]) : mixed
Parameters
- $contents : mixed
- $options : mixed = []