API17

Difference between revisions of "JError::isError"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JError::isError|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JError::isError|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JError::isError (&$object)
+
public static function isError (&$object)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 68 of libraries/joomla/error/error.php
===Defined in===
+
* '''Referenced by'''
libraries/joomla/error/error.php (line 59)
+
** [[JCache::clean/11.1|JCache::clean]]
* see source code in [[jplatform:error/error.php#cl-59|BitBucket]]
+
** [[JLoggerDatabase::connect/11.1|JLoggerDatabase::connect]]
===Referenced by===
+
** [[JView::display/11.1|JView::display]]
* [[JCache::clean/11.1|JCache::clean]]
+
** [[JArchive::extract/11.1|JArchive::extract]]
* [[JLoggerDatabase::connect/11.1|JLoggerDatabase::connect]]
+
** [[JCache::gc/11.1|JCache::gc]]
* [[JView::display/11.1|JView::display]]
+
** [[JCache::get/11.1|JCache::get]]
* [[JArchive::extract/11.1|JArchive::extract]]
+
** [[JCache::getAll/11.1|JCache::getAll]]
* [[JCache::gc/11.1|JCache::gc]]
+
** [[JException::getError/11.1|JException::getError]]
* [[JCache::get/11.1|JCache::get]]
+
** [[JObject::getError/11.1|JObject::getError]]
* [[JCache::getAll/11.1|JCache::getAll]]
+
** [[JApplication::getMenu/11.1|JApplication::getMenu]]
* [[JException::getError/11.1|JException::getError]]
+
** [[JApplication::getPathway/11.1|JApplication::getPathway]]
* [[JObject::getError/11.1|JObject::getError]]
+
** [[JApplication::getRouter/11.1|JApplication::getRouter]]
* [[JApplication::getMenu/11.1|JApplication::getMenu]]
+
** [[JCache::lock/11.1|JCache::lock]]
* [[JApplication::getPathway/11.1|JApplication::getPathway]]
+
** [[JModelForm::preprocessForm/11.1|JModelForm::preprocessForm]]
* [[JApplication::getRouter/11.1|JApplication::getRouter]]
+
** [[JCache::remove/11.1|JCache::remove]]
* [[JCache::lock/11.1|JCache::lock]]
+
** [[JControllerForm::save/11.1|JControllerForm::save]]
* [[JModelForm::preprocessForm/11.1|JModelForm::preprocessForm]]
+
** [[JDocumentError::setError/11.1|JDocumentError::setError]]
* [[JCache::remove/11.1|JCache::remove]]
+
** [[JCache::store/11.1|JCache::store]]
* [[JControllerForm::save/11.1|JControllerForm::save]]
+
** [[JCache::unlock/11.1|JCache::unlock]]
* [[JDocumentError::setError/11.1|JDocumentError::setError]]
+
** [[JForm::validate/11.1|JForm::validate]]
* [[JCache::store/11.1|JCache::store]]
+
** [[JModelForm::validate/11.1|JModelForm::validate]]
* [[JCache::unlock/11.1|JCache::unlock]]
+
** [[JForm::validateField/11.1|JForm::validateField]]
* [[JForm::validate/11.1|JForm::validate]]
 
* [[JModelForm::validate/11.1|JModelForm::validate]]
 
* [[JForm::validateField/11.1|JForm::validateField]]
 
 
===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>
* [[JError/11.1|JError]]
+
===User contributed notes===
* [[JError::isError|Other versions of this method]]
 
{{SeeAlso:JError::isError}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 68: 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

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JError::isError[edit]

Description[edit]

Method to determine if a value is an exception object.

Template:Description:JError::isError [Edit Descripton]

public static function isError (&$object)
Parameter Type Default Description
&$object

See also[edit]

Template:SeeAlso:JError::isError [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />