Documentation

Admin 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
headers()  : mixed
Generates a panel heading used at the back end
notice()  : mixed
Renders an outdated notice on the back-end
outdated()  : mixed
Renders an outdated notice on the back-end
sidebar()  : mixed
Generates the sidebar for the back-end
tabs()  : mixed
Generates tabs for the back-end
toolbarActions()  : mixed
Generates the template for adding a dropdown actions on the toolbar
toolbarHelp()  : mixed
Generates the help button for the back-end
toolbarSaveGroup()  : mixed
Generates the template for grouping save buttons on the toolbar
toolbarSearch()  : mixed
Renders the search DOM in the toolbar
toolbarSearchResults()  : mixed
Renders the search search result in the toolbar

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

public

headers()

Generates a panel heading used at the back end

public headers(mixed $title[, mixed $description = '' ]) : mixed
Parameters
$title : mixed
$description : mixed = ''
Tags
since
1.1.0
access

public

notice()

Renders an outdated notice on the back-end

public notice(mixed $message[, mixed $type = 'info' ][, mixed $button = null ][, mixed $options = [] ]) : mixed
Parameters
$message : mixed
$type : mixed = 'info'
$button : mixed = null
$options : mixed = []
Tags
since
1.1.0
access

public

outdated()

Renders an outdated notice on the back-end

public outdated(mixed $message, mixed $updateTaskUrl[, mixed $buttonText = 'FD_UPDATE_NOW' ]) : mixed
Parameters
$message : mixed
$updateTaskUrl : mixed
$buttonText : mixed = 'FD_UPDATE_NOW'
Tags
since
1.1.0
access

public

sidebar()

Generates the sidebar for the back-end

public sidebar(mixed $menus, mixed $view, mixed $layout) : mixed
Parameters
$menus : mixed
$view : mixed
$layout : mixed
Tags
since
1.1.0
access

public

tabs()

Generates tabs for the back-end

public tabs(mixed $tabs) : mixed
Parameters
$tabs : mixed
Tags
since
1.1.0
access

public

toolbarActions()

Generates the template for adding a dropdown actions on the toolbar

public toolbarActions([mixed $title = 'FD_OTHER_ACTIONS' ][, mixed $actions = [] ]) : mixed
Parameters
$title : mixed = 'FD_OTHER_ACTIONS'
$actions : mixed = []
Tags
since
1.1.0
access

public

toolbarHelp()

Generates the help button for the back-end

public toolbarHelp(mixed $link[, mixed $title = 'JHELP' ]) : mixed
Parameters
$link : mixed
$title : mixed = 'JHELP'
Tags
since
1.1.0
access

public

toolbarSaveGroup()

Generates the template for grouping save buttons on the toolbar

public toolbarSaveGroup() : mixed
Tags
since
1.1.0
access

public

toolbarSearch()

Renders the search DOM in the toolbar

public toolbarSearch([mixed $placeholder = 'FD_SEARCH_FOR_SETTINGS' ]) : mixed
Parameters
$placeholder : mixed = 'FD_SEARCH_FOR_SETTINGS'
Tags
since
1.1.0
access

public

toolbarSearchResults()

Renders the search search result in the toolbar

public toolbarSearchResults(mixed $result) : mixed
Parameters
$result : mixed
Tags
since
1.1.0
access

public


        
On this page

Search results