API17

Difference between revisions of "JModel::getState"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (moving preparation)
(2 intermediate revisions by the same user not shown)
Line 36: Line 36:
 
* '''Since''' {{JVer|11.1 }}
 
* '''Since''' {{JVer|11.1 }}
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[JControllerForm::save/11.1|JControllerForm::save]]
+
** [[API17:JControllerForm::save|JControllerForm::save]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JModel::getState source code''' on [[jplatform:application/component/model.php#cl-338|BitBucket]]
 
* {{JVer|11.1}} '''JModel::getState source code''' on [[jplatform:application/component/model.php#cl-338|BitBucket]]
* {{JVer|11.1}} Class [[JModel/11.1|JModel]]
+
* {{JVer|11.1}} Class [[API17:JModel|JModel]]
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[JModel::getState|Other versions of JModel::getState]]
+
* [[API17:JModel::getState|Other versions of JModel::getState]]
 
{{SeeAlso:JModel::getState}}
 
{{SeeAlso:JModel::getState}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 57: Line 57:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JModel]][[Category:JModel::getState]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:12, 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 JModel::getState[edit]

Description[edit]

Method to get model state variables.

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

public function getState (
        $property=null
        $default=null
)
Parameter Type Default Description
$property string null Optional parameter name
$default mixed null Optional default value
  • Returns object The property where specified, the state object where omitted
  • Defined on line 346 of libraries/joomla/application/component/model.php
  • Since Joomla 11.1
  • Referenced by

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />