API17:JModel::getState
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JModel::getState
Description
Method to get model state variables.
Description:JModel::getState [Edit Descripton]
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
SeeAlso:JModel::getState [Edit See Also]
User contributed notes
<CodeExamplesForm />
