From bfa3697fc0927c37bdba8174b0c6d6a021a1b24d Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sun, 8 Jan 2012 06:41:45 +0000 Subject: [PATCH] Inherited properties git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321904 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/reflection/reflectionexception.xml | 53 ++++++++------------ 1 file changed, 20 insertions(+), 33 deletions(-) diff --git a/reference/reflection/reflectionexception.xml b/reference/reflection/reflectionexception.xml index 4749dfeb10..657fb421b6 100644 --- a/reference/reflection/reflectionexception.xml +++ b/reference/reflection/reflectionexception.xml @@ -37,6 +37,26 @@ &Properties; + + protected + string + message + + + protected + int + code + + + protected + string + file + + + protected + int + line + &InheritedMethods; @@ -47,39 +67,6 @@ - -
- &reftitle.properties; - - - message - - The exception message - - - - code - - The exception code - - - - file - - The filename where the exception was created - - - - line - - The line where the exception was created - - - -
- - -