API17

Difference between revisions of "JError::handleEcho"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(6 intermediate revisions by 2 users not shown)
Line 5: Line 5:
  
  
{{Description:JError::handleEcho}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JError::handleEcho|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Since===
 
{{JVer|11.1}}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JError::handleEcho (&$error, $options)
+
public static function handleEcho (
 +
        &$error
 +
        $options
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 33: Line 31:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' object The exception object
object The exception object
+
* '''Defined''' on line 402 of libraries/joomla/error/error.php
===Defined in===
+
* '''Since''' {{JVer|11.1}}
libraries/joomla/error/error.php
 
===Referenced by===
 
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JError::handleEcho source code''' on [[jplatform:error/error.php#cl-394|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JError::handleEcho|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JError|JError]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Error|Error]]
* [[JError/11.1|JError]]
+
* [[API17:JError::handleEcho|Other versions of JError::handleEcho]]
* [[JError::handleEcho|Other versions of this method]]
+
 
{{SeeAlso:JError::handleEcho}}
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JError::handleEcho
 
category=JError::handleEcho
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JError]][[Category:JError::handleEcho]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:58, 24 March 2017

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::handleEcho[edit]

Description[edit]

Echo error handler



public static function handleEcho (
        &$error
        $options
)
Parameter Type Default Description
&$error object $error Exception object to handle
$options array Handler options
  • Returns object The exception object
  • Defined on line 402 of libraries/joomla/error/error.php
  • Since Joomla 11.1

See also[edit]


User contributed notes[edit]

Code Examples[edit]