API15

API15:JException/getLine

From Joomla! Documentation

Description

Method to get the source line where the exception occured

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

Syntax

getLine()


Returns

integer

Defined in

libraries/joomla/error/exception.php

Importing

jimport( 'joomla.error.exception' );

Source Body

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

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

Code Examples