Dialog
extends Base
in package
Table of Contents
Properties
- $fd : mixed
Methods
- __construct() : mixed
- button() : mixed
- Renders a dialog button
- getTemplate() : mixed
- Central method to generate a new theme object so that we can centralize and inject variables into the library
- init() : mixed
- Initializes dialog on the site
Properties
$fd
protected
mixed
$fd
= null
Methods
__construct()
public
__construct(mixed $fd) : mixed
Parameters
- $fd : mixed
button()
Renders a dialog button
public
button(mixed $title[, mixed $type = 'default' ][, mixed $options = [] ]) : mixed
Parameters
- $title : mixed
- $type : mixed = 'default'
- $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
init()
Initializes dialog on the site
public
init() : mixed