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
getForm()
To satisfy the requirements from \JModelAdmin
public
getForm([mixed $data = [] ][, mixed $loadData = true ]) : mixed
Parameters
- $data : mixed = []
- $loadData : mixed = true
Tags
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
populateState()
Stock method to auto-populate the model state.
protected
populateState() : mixed