API17

JModel::setState

From Joomla! Documentation

Revision as of 16:52, 11 May 2013 by JoomlaWikiBot (talk | contribs) (→‎User contributed notes: moving preparation)

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::setState[edit]

Description[edit]

Method to set model state variables.

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

public function setState (
        $property
        $value=null
)
Parameter Type Default Description
$property string The name of the property
$value mixed null The value of the property to set
  • Returns mixed The previous value of the property
  • Defined on line 422 of libraries/joomla/application/component/model.php
  • Since Joomla 11.1

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />