AppserverIo\Appserver\ServletEngine\Utils\Error::getLine PHP Méthode

getLine() public méthode

Return's the line in the file where the error has been triggered.
public getLine ( ) : integer
Résultat integer The line number
    public function getLine()
    {
        return $this->line;
    }