API17

API17:JModel::getState

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1
  • Referenced by

See also


User contributed notes

Code Examples