API17:JException::set
From Joomla! Documentation
JException::set
Description
Modifies a property of the object, creating it if it does not already exist.
public function set (
$property
$value=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $property | string | The name of the property | |
| $value | mixed | null | The value of the property to set |
- Returns mixed Previous value of the property
- Defined on line 268 of libraries/joomla/error/exception.php
- Since

See also
JException::set source code on BitBucket
Class JException
Subpackage Error- Other versions of JException::set
User contributed notes
Code Examples