JObject::set/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 JObject::set

Description

Modifies a property of the object, creating it if it does not already exist.

Description:JObject::set [Edit Descripton]

public function set (
        $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 Previous value of the property.
  • Defined on line 165 of libraries/joomla/base/object.php
  • Since Joomla 1.5

See also

SeeAlso:JObject::set [Edit See Also]

User contributed notes


Personal tools