API16

API16:JObservable/getState

From Joomla! Documentation

Description

Get the state of the JObservable object



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;
}



Examples

Code Examples