API17:JObject::getError
From Joomla! Documentation
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.
JObject::getError
Description
Get the most recent error message.
Description:JObject::getError [Edit Descripton]
public function getError ( $i=null $toString=true )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $i | integer | null | Option error index. |
| $toString | boolean | true | Indicates if objects should return their error message. |
- Returns string Error message
- Defined on line 122 of libraries/joomla/base/object.php
- Since
- Referenced by
See also
-
JObject::getError source code on BitBucket
-
Class JObject
-
Subpackage Base
- Other versions of JObject::getError
SeeAlso:JObject::getError [Edit See Also]
User contributed notes
<CodeExamplesForm />
