API17

API17:JException::setProperties

From Joomla! Documentation

Joomla 11.1 JException::setProperties

Description

Set the object properties based on a named array/hash.


public function setProperties ($properties)
Parameter Type Default Description
$properties $array mixed Either and associative array or another object
  • Returns boolean
  • Defined on line 285 of libraries/joomla/error/exception.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples