JModel::setState/1.5
From Joomla! Documentation
JModel::setState
Description
Method to set model state variables.
Description:JModel::setState [Edit Descripton]
public function setState ( $property $value=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $property | string | The name of the property | |
| $value | mixed | null | The value of the property to set |
- Returns mixed The previous value of the property
- Defined on line 143 of libraries/joomla/application/component/model.php
- Since
See also
-
JModel::setState on api.joomla.org
-
JModel source code on JoomlaCode
-
Class JModel
-
Subpackage Application
- Other versions of JModel::setState
SeeAlso:JModel::setState [Edit See Also]
User contributed notes
<CodeExamplesForm />