Documentation

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
since
1.0.0
access

public

getTemplate()

Central method to generate a new theme object so that we can centralize and inject variables into the library

public getTemplate() : mixed
Tags
since
1.0.0
access

public

name()

Renders name of the object

public name(mixed $name[, mixed $options = [] ]) : mixed
Parameters
$name : mixed
$options : mixed = []
Tags
since
1.0.0
access

public

popover()

Renders the popover markup

public popover([mixed $appearance = 'light' ][, mixed $accent = 'foundry' ]) : mixed
Parameters
$appearance : mixed = 'light'
$accent : mixed = 'foundry'
Tags
since
1.0.0
access

public

tooltip()

Renders the tooltip markup

public tooltip([mixed $appearance = 'light' ][, mixed $accent = 'foundry' ]) : mixed
Parameters
$appearance : mixed = 'light'
$accent : mixed = 'foundry'
Tags
since
1.0.0
access

public

well()

Renders a well container for text

public well(mixed $contents[, mixed $options = [] ]) : mixed
Parameters
$contents : mixed
$options : mixed = []
Tags
since
1.1.3
access

public


        
On this page

Search results