API17

Difference between revisions of "JObservable::getState"

From Joomla! Documentation

m (→‎See also: moving preparation)
m (preparing for archive only)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
Get the state of the  object.  
 
Get the state of the  object.  
  
{{Description:JObservable::getState}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JObservable::getState|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function getState ()
 
public function getState ()
Line 19: Line 17:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Base|Base]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Base|Base]]
 
* [[API17:JObservable::getState|Other versions of JObservable::getState]]
 
* [[API17:JObservable::getState|Other versions of JObservable::getState]]
{{SeeAlso:JObservable::getState}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JObservable::getState|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JObservable::getState
 
category=JObservable::getState
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*

Latest revision as of 22:29, 24 March 2017

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.


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]


User contributed notes[edit]

Code Examples[edit]