JObject::get/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 JObject::get

Description

Returns a property of the object or the default value if the property is not set.

Description:JObject::get [Edit Descripton]

public function get (
        $property
        $default=null
)
Parameter Type Default Description
$property string The name of the property.
$default mixed null The default value.
  • Returns mixed The value of the property.
  • Defined on line 79 of libraries/joomla/base/object.php
  • Since Joomla 1.5

See also

SeeAlso:JObject::get [Edit See Also]

User contributed notes


Personal tools