From a0314f2bac9cffd940ac0b7ccc65cc2fcb660731 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 9 Jan 2009 14:04:14 +0000 Subject: [PATCH] Document Exception::getPrevious() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273161 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/predefined/exception/getprevious.xml | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 language/predefined/exception/getprevious.xml diff --git a/language/predefined/exception/getprevious.xml b/language/predefined/exception/getprevious.xml new file mode 100644 index 0000000000..79acb1e9ff --- /dev/null +++ b/language/predefined/exception/getprevious.xml @@ -0,0 +1,56 @@ + + + + + + Exception::getPrevious + Returns previous Exception + + + + &reftitle.description; + + final public ExceptionException::getPrevious + + + + Returns previous Exception (the third parameter of Exception constructor). + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + Returns the previous Exception if available or &null; otherwise. + + + + + + +