JObject::get
Returns a property of the object or the default value if the property is not set.
Signature
public function get(string
$property,
[mixed
$default = null] )
Parameters
-
$property
- The name of the property.
-
$default
- The default value.
Returns
- mixed
- The value of the property.