API16:JObservable/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.
Contents |
Description
Get the state of the JObservable object
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
public function getState() { return $this->_state; }
[Edit See Also] SeeAlso:JObservable/getState
Examples
<CodeExamplesForm />
