API15:JObservable/getState
From Joomla! Documentation
Description
Get the state of the JObservable object
Template:Description:JObservable/getState
Syntax
getState()
Returns
mixed The state of the object
Defined in
libraries/joomla/base/observable.php
Importing
jimport( 'joomla.base.observable' );
Source Body
function getState() {
return $this->_state;
}
[Edit See Also] Template:SeeAlso:JObservable/getState
Examples
<CodeExamplesForm />