API17

API17:JObject:: construct

From Joomla! Documentation

Joomla 11.1 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.
  • Returns
  • Defined on line 40 of libraries/joomla/base/object.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples