API15:JException/getFile
From Joomla! Documentation
Description
Method to get the source filename where the exception occured
[<! removed edit link to red link >]
<! removed transcluded page call, red link never existed >
Syntax
getFile()
Returns
string
Defined in
libraries/joomla/error/exception.php
Importing
jimport( 'joomla.error.exception' );
Source Body
function getFile()
{
return $this->file;
}
[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >
Examples
Code Examples