API17:JException::setProperties
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JException::setProperties ($properties) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 30: | ||
boolean | boolean | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/error/exception.php | + | libraries/joomla/error/exception.php (line 291) |
| + | * see source code in [[jplatform:error/exception.php#cl-291|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:28, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JException::setProperties
Description
Set the object properties based on a named array/hash.
Description:JException::setProperties [Edit Descripton]
Since
Synopsis
public JException::setProperties ($properties)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $properties | $array | mixed Either and associative array or another object |
Returns
boolean
Defined in
libraries/joomla/error/exception.php (line 291)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JException::setProperties
Examples
<CodeExamplesForm />
