API17

Difference between revisions of "JError::addToStack"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JError::addToStack|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JError::addToStack|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JError::addToStack (JException &$e)
+
public static function addToStack (JException &$e)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 27: Line 24:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' void
void
+
* '''Defined''' on line 113 of libraries/joomla/error/error.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/error/error.php (line 105)
+
* '''Referenced by'''
* see source code in [[jplatform:error/error.php#cl-105|BitBucket]]
+
** [[JException::__construct/11.1|JException::__construct]]
===Referenced by===
 
* [[JException::__construct/11.1|JException::__construct]]
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JError::addToStack source code''' on [[jplatform:error/error.php#cl-105|BitBucket]]
 +
* {{JVer|11.1}} Class [[JError/11.1|JError]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Error/11.1|Error]]
 +
* [[JError::addToStack|Other versions of JError::addToStack]]
 +
{{SeeAlso:JError::addToStack}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JError::addToStack|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JError::addToStack|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JError/11.1|JError]]
+
===User contributed notes===
* [[JError::addToStack|Other versions of this method]]
 
{{SeeAlso:JError::addToStack}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 49: Line 46:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JError]][[Category:JError::addToStack]]</noinclude>
 
<noinclude>[[Category:JError]][[Category:JError::addToStack]]</noinclude>

Revision as of 20:51, 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::addToStack[edit]

Description[edit]

Method to add non-JError thrown JExceptions to the stack for debugging purposes.

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

public static function addToStack (JException &$e)
Parameter Type Default Description
&$e object

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />