API17:JObject:: construct
From Joomla! Documentation
JObject::__construct
Description
Class constructor, overridden in descendant classes.
public function __construct ($properties=null)
Parameter | Type | Default | Description |
---|---|---|---|
$properties | mixed | null | Either and associative array or another object to set the initial properties of the object. |
See also
JObject::__construct source code on BitBucket
Class JObject
Subpackage Base
- Other versions of JObject::__construct
User contributed notes
Code Examples