API15

Difference between revisions of "JException/getLine"

From Joomla! Documentation

< API15:JException
m (removing red link to edit, no existant pages)
(Undo revision 97734 by JoomlaWikiBot (talk))
Line 1: Line 1:
===Description===
+
[[File:===Description===
 
Method to get the source line where the exception occured
 
Method to get the source line where the exception occured
  
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
<nowiki>[<! removed edit link to red link >]</nowiki>
+
<nowiki>[</nowiki>[[Description:JException/getLine|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
  
<! removed transcluded page call, red link never existed >
+
{{Description:JException/getLine}}
  
 
===Syntax===
 
===Syntax===
Line 29: Line 29:
  
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
<nowiki>[<! removed edit link to red link >]</nowiki>
+
<nowiki>[</nowiki>[[SeeAlso:JException/getLine|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
<! removed transcluded page call, red link never existed >
+
{{SeeAlso:JException/getLine}}
  
 
===Examples===
 
===Examples===
Line 44: Line 44:
 
  format= ,,,
 
  format= ,,,
 
</dpl>
 
</dpl>
[[Category:Archived pages API15]]
+
]]

Revision as of 08:04, 5 August 2013

The "API15" 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.

[[File:===Description=== Method to get the source line where the exception occured

[Edit Descripton]

Template:Description:JException/getLine

Syntax[edit]

getLine()


Returns[edit]

integer

Defined in[edit]

libraries/joomla/error/exception.php

Importing[edit]

jimport( 'joomla.error.exception' );

Source Body[edit]

function getLine()
{
        return $this->line;
}

[Edit See Also] Template:SeeAlso:JException/getLine

Examples[edit]

<CodeExamplesForm />


]]