API17

Difference between revisions of "JObservable::getState"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 16: Line 16:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JObservable::getState source code''' on [[jplatform:base/observable.php#cl-51|BitBucket]]
 
* {{JVer|11.1}} '''JObservable::getState source code''' on [[jplatform:base/observable.php#cl-51|BitBucket]]
* {{JVer|11.1}} Class [[JObservable/11.1|JObservable]]
+
* {{JVer|11.1}} Class [[API17:JObservable|JObservable]]
* {{JVer|11.1}} Subpackage [[Subpackage_Base/11.1|Base]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Base|Base]]
* [[JObservable::getState|Other versions of JObservable::getState]]
+
* [[API17:JObservable::getState|Other versions of JObservable::getState]]
 
{{SeeAlso:JObservable::getState}}
 
{{SeeAlso:JObservable::getState}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:16, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JObservable::getState[edit]

Description[edit]

Get the state of the object.

Template:Description:JObservable::getState [Edit Descripton]

public function getState ()
  • Returns mixed The state of the object.
  • Defined on line 59 of libraries/joomla/base/observable.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JObservable::getState [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />