API17:JModel::getState
From Joomla! Documentation
JModel::getState
Description
Method to get model state variables.
public function getState (
$property=null
$default=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $property | string | null | Optional parameter name |
| $default | mixed | null | Optional default value |
- Returns object The property where specified, the state object where omitted
- Defined on line 346 of libraries/joomla/application/component/model.php
- Since

- Referenced by
See also
JModel::getState source code on BitBucket
Class JModel
Subpackage Application- Other versions of JModel::getState
User contributed notes
Code Examples