API15

JException/getFile

From Joomla! Documentation

< API15:JException
Revision as of 17:20, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Method to get the source filename where the exception occured <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>[[Description:JException/getFile|Ed...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Description[edit]

Method to get the source filename where the exception occured

[Edit Descripton]

Template:Description:JException/getFile

Syntax[edit]

getFile()


Returns[edit]

string

Defined in[edit]

libraries/joomla/error/exception.php

Importing[edit]

jimport( 'joomla.error.exception' );

Source Body[edit]

function getFile()
{
        return $this->file;
}

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

Examples[edit]

<CodeExamplesForm />