API17

Difference between revisions of "JError::attachHandler"

From Joomla! Documentation

m (JoomlaWikiBot moved page JError::attachHandler/11.1 to API17:JError::attachHandler without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Method that attaches the error handler to .  
 
Method that attaches the error handler to .  
  
{{Description:JError::attachHandler}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JError::attachHandler|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public static function attachHandler ()
 
public static function attachHandler ()
Line 15: Line 13:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JError::attachHandler source code''' on [[jplatform:error/error.php#cl-305|BitBucket]]
 
* {{JVer|11.1}} '''JError::attachHandler source code''' on [[jplatform:error/error.php#cl-305|BitBucket]]
* {{JVer|11.1}} Class [[JError/11.1|JError]]
+
* {{JVer|11.1}} Class [[API17:JError|JError]]
* {{JVer|11.1}} Subpackage [[Subpackage_Error/11.1|Error]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Error|Error]]
* [[JError::attachHandler|Other versions of JError::attachHandler]]
+
* [[API17:JError::attachHandler|Other versions of JError::attachHandler]]
{{SeeAlso:JError::attachHandler}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JError::attachHandler|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JError::attachHandler
 
category=JError::attachHandler
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 33: Line 29:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JError]][[Category:JError::attachHandler]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:57, 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::attachHandler[edit]

Description[edit]

Method that attaches the error handler to .


public static function attachHandler ()
  • Returns
  • Defined on line 313 of libraries/joomla/error/error.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]