API15

API15:JObservable/getState

From Joomla! Documentation

Revision as of 22:11, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Get the state of the JObservable object <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Get the state of the JObservable object

[Edit Descripton]

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 />