JObject::get/1.6
From Joomla! Documentation
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

See also
JObject source code on JoomlaCode
Class JObject
Subpackage Base- Other versions of JObject::get
SeeAlso:JObject::get [Edit See Also]