From f7ee44cb6a3bff2e05a50370684372e91f2974de Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 22 May 2007 18:31:47 +0000 Subject: [PATCH] Add tidyNode::getParent() # Already documented git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236152 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration52.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/appendices/migration52.xml b/appendices/migration52.xml index 7376496a50..ce99cb9044 100644 --- a/appendices/migration52.xml +++ b/appendices/migration52.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.1.x to PHP 5.2.x @@ -1174,6 +1174,16 @@ $obj->getCommentName(''); + Tidy + + + + tidyNode tidyNode::getParent(void) + - Returns the parent node of the current node (Added in PHP 5.2.2) + + + + XMLReader