API17:JError::isError
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JError::isError|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JError::isError|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function isError (&$object) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 25: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 68 of libraries/joomla/error/error.php | |
| − | + | * '''Referenced by''' | |
| − | libraries/joomla/error/error.php | + | ** [[JCache::clean/11.1|JCache::clean]] |
| − | + | ** [[JLoggerDatabase::connect/11.1|JLoggerDatabase::connect]] | |
| − | * [[JCache | + | ** [[JView::display/11.1|JView::display]] |
| − | * [[JLoggerDatabase | + | ** [[JArchive::extract/11.1|JArchive::extract]] |
| − | * [[JView | + | ** [[JCache::gc/11.1|JCache::gc]] |
| − | * [[JArchive | + | ** [[JCache::get/11.1|JCache::get]] |
| − | * [[JCache | + | ** [[JCache::getAll/11.1|JCache::getAll]] |
| − | * [[JCache | + | ** [[JException::getError/11.1|JException::getError]] |
| − | * [[JCache | + | ** [[JObject::getError/11.1|JObject::getError]] |
| − | * [[JException | + | ** [[JApplication::getMenu/11.1|JApplication::getMenu]] |
| − | * [[JObject | + | ** [[JApplication::getPathway/11.1|JApplication::getPathway]] |
| − | * [[JApplication | + | ** [[JApplication::getRouter/11.1|JApplication::getRouter]] |
| − | * [[JApplication | + | ** [[JCache::lock/11.1|JCache::lock]] |
| − | * [[JApplication | + | ** [[JModelForm::preprocessForm/11.1|JModelForm::preprocessForm]] |
| − | * [[JCache | + | ** [[JCache::remove/11.1|JCache::remove]] |
| − | * [[JModelForm | + | ** [[JControllerForm::save/11.1|JControllerForm::save]] |
| − | * [[JCache | + | ** [[JDocumentError::setError/11.1|JDocumentError::setError]] |
| − | * [[JControllerForm | + | ** [[JCache::store/11.1|JCache::store]] |
| − | * [[JDocumentError | + | ** [[JCache::unlock/11.1|JCache::unlock]] |
| − | * [[JCache | + | ** [[JForm::validate/11.1|JForm::validate]] |
| − | * [[JCache | + | ** [[JModelForm::validate/11.1|JModelForm::validate]] |
| − | * [[JForm | + | ** [[JForm::validateField/11.1|JForm::validateField]] |
| − | * [[JModelForm | + | |
| − | * [[JForm | + | |
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JError::isError source code''' on [[jplatform:error/error.php#cl-60|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JError/11.1|JError]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Error/11.1|Error]] | ||
| + | * [[JError::isError|Other versions of JError::isError]] | ||
| + | {{SeeAlso:JError::isError}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JError::isError|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JError::isError|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 67: | Line 66: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JError]][[Category:JError::isError]]</noinclude> | <noinclude>[[Category:JError]][[Category:JError::isError]]</noinclude> | ||
Revision as of 20:52, 27 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.
JError::isError
Description
Method to determine if a value is an exception object.
Description:JError::isError [Edit Descripton]
public static function isError (&$object)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$object |
- Returns
- Defined on line 68 of libraries/joomla/error/error.php
- Referenced by
- JCache::clean
- JLoggerDatabase::connect
- JView::display
- JArchive::extract
- JCache::gc
- JCache::get
- JCache::getAll
- JException::getError
- JObject::getError
- JApplication::getMenu
- JApplication::getPathway
- JApplication::getRouter
- JCache::lock
- JModelForm::preprocessForm
- JCache::remove
- JControllerForm::save
- JDocumentError::setError
- JCache::store
- JCache::unlock
- JForm::validate
- JModelForm::validate
- JForm::validateField
See also
-
JError::isError source code on BitBucket
-
Class JError
-
Subpackage Error
- Other versions of JError::isError
SeeAlso:JError::isError [Edit See Also]
User contributed notes
<CodeExamplesForm />
