Documentation

Base extends JModelAdmin
in package

Table of Contents

Properties

$element  : mixed
$extension  : mixed
$fd  : mixed
$key  : mixed

Methods

__construct()  : mixed
generateIndex()  : mixed
Generates the index for the current model
getForm()  : mixed
To satisfy the requirements from \JModelAdmin
getUserStateFromRequest()  : mixed
Get state from the current request
populateState()  : mixed
Stock method to auto-populate the model state.

Properties

$element

protected mixed $element = null

$extension

protected mixed $extension = null

$fd

protected mixed $fd = null

$key

protected mixed $key = null

Methods

__construct()

public __construct([mixed $config = [] ]) : mixed
Parameters
$config : mixed = []

generateIndex()

Generates the index for the current model

public final generateIndex([mixed $namespace = '' ]) : mixed
Parameters
$namespace : mixed = ''
Tags
since
1.1.0
access

private

getForm()

To satisfy the requirements from \JModelAdmin

public getForm([mixed $data = [] ][, mixed $loadData = true ]) : mixed
Parameters
$data : mixed = []
$loadData : mixed = true
Tags
since
1.1.0
access

public

getUserStateFromRequest()

Get state from the current request

public getUserStateFromRequest(mixed $key[, mixed $default = '' ][, mixed $type = 'none' ]) : mixed
Parameters
$key : mixed
$default : mixed = ''
$type : mixed = 'none'
Tags
since
1.1.0
access

public

populateState()

Stock method to auto-populate the model state.

protected populateState() : mixed
Tags
since
1.1.2
access

protected

Loading…
On this page

Search results