Documentation

Panel 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
heading()  : mixed
Generates a panel heading used at the back end
info()  : mixed
Generates an info section within a panel

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

heading()

Generates a panel heading used at the back end

public heading(mixed $header[, mixed $description = '' ][, mixed $helpLink = '' ]) : mixed
Parameters
$header : mixed
$description : mixed = ''
$helpLink : mixed = ''
Tags
since
1.0.0
access

public

info()

Generates an info section within a panel

public info(mixed $text[, mixed $link = '' ][, mixed $buttonText = '' ][, mixed $buttonSize = 'sm' ][, mixed $image = '' ][, mixed $imageSize = 64 ]) : mixed
Parameters
$text : mixed
$link : mixed = ''
$buttonText : mixed = ''
$buttonSize : mixed = 'sm'
$image : mixed = ''
$imageSize : mixed = 64
Tags
since
1.0.0
access

public


        
On this page

Search results