Alert
extends Base
in package
Table of Contents
Properties
- $fd : mixed
Methods
- __construct() : mixed
- extended() : mixed
- Renders extended alert with foundry to display text, icon, close and buton. Supports the following classes:
- 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 alert with foundry. Supports the following classes:
Properties
$fd
protected
mixed
$fd
= null
Methods
__construct()
public
__construct(mixed $fd) : mixed
Parameters
- $fd : mixed
extended()
Renders extended alert with foundry to display text, icon, close and buton. Supports the following classes:
public
extended(mixed $title[, mixed $description = null ][, mixed $class = 'info' ][, mixed $options = [] ]) : mixed
success, info, warning and danger
Parameters
- $title : mixed
- $description : mixed = null
- $class : 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 alert with foundry. Supports the following classes:
public
standard(mixed $text[, mixed $class = 'info' ][, mixed $options = [] ]) : mixed
success, info, warning and danger
Parameters
- $text : mixed
- $class : mixed = 'info'
- $options : mixed = []