Documentation

Dropdown extends Base
in package

Table of Contents

Properties

$fd  : mixed

Methods

__construct()  : mixed
footer()  : mixed
Renders a dropdown footer section
getTemplate()  : mixed
Central method to generate a new theme object so that we can centralize and inject variables into the library
header()  : mixed
Renders a dropdown header section
item()  : mixed
Renders a dropdown item
standard()  : mixed
Renders settings for dropdown used at the back-end

Properties

$fd

protected mixed $fd = null

Methods

__construct()

public __construct(mixed $fd) : mixed
Parameters
$fd : mixed

Renders a dropdown footer section

public footer(mixed $text) : mixed
Parameters
$text : mixed
Tags
since
1.1.3
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

header()

Renders a dropdown header section

public header(mixed $text) : mixed
Parameters
$text : mixed
Tags
since
1.1.3
access

public

item()

Renders a dropdown item

public item(mixed $text[, mixed $link = null ][, mixed $options = [] ]) : mixed
Parameters
$text : mixed
$link : mixed = null
$options : mixed = []
Tags
since
1.1.3
access

public

standard()

Renders settings for dropdown used at the back-end

public standard(mixed $getButton, mixed $getItems[, mixed $options = [] ]) : mixed
Parameters
$getButton : mixed
$getItems : mixed
$options : mixed = []
Tags
since
1.1.3
access

public


        
On this page

Search results