Tabs
extends Base
in package
Table of Contents
Properties
- $fd : mixed
Methods
- __construct() : mixed
- getTemplate() : mixed
- Central method to generate a new theme object so that we can centralize and inject variables into the library
- item() : mixed
- Generates tabs for the back-end
- render() : mixed
- Generates tabs for the back-end
Properties
$fd
protected
mixed
$fd
= null
Methods
__construct()
public
__construct(mixed $fd) : mixed
Parameters
- $fd : mixed
getTemplate()
Central method to generate a new theme object so that we can centralize and inject variables into the library
public
getTemplate() : mixed
Tags
item()
Generates tabs for the back-end
public
item(mixed $id, mixed $label, mixed $contentsCallback[, mixed $active = false ]) : mixed
Parameters
- $id : mixed
- $label : mixed
- $contentsCallback : mixed
- $active : mixed = false
Tags
render()
Generates tabs for the back-end
public
render(mixed $tabs[, mixed $style = 'line' ][, mixed $position = 'horizontal' ][, mixed $options = [] ]) : mixed
Parameters
- $tabs : mixed
- $style : mixed = 'line'
- $position : mixed = 'horizontal'
- $options : mixed = []