betz Wed Nov 24 13:39:33 2004 EDT
Modified files:
/phpdoc/en/language/oop5 exceptions.xml
Log:
getLine() for Exception class
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/exceptions.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/language/oop5/exceptions.xml
diff -u phpdoc/en/language/oop5/exceptions.xml:1.9
phpdoc/en/language/oop5/exceptions.xml:1.10
--- phpdoc/en/language/oop5/exceptions.xml:1.9 Sun Oct 17 07:46:28 2004
+++ phpdoc/en/language/oop5/exceptions.xml Wed Nov 24 13:39:33 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<sect1 id="language.oop5.exceptions">
<title>Exceptions</title>
@@ -64,6 +64,7 @@
final function getMessage(); // message of exception
final function getCode(); // code of exception
final function getFile(); // source filename
+ final function getLine(); // source line
final function getTrace(); // an array of the backtrace()
final function getTraceAsString(); // formated string of trace