From 02039774d67568384c2dae24c3fc2a5e3866cabb Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Thu, 26 Mar 2009 13:44:38 +0000 Subject: [PATCH] Document DOMText and its property git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277821 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dom/domtext.xml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/reference/dom/domtext.xml b/reference/dom/domtext.xml index 7f7517c63d..7e7c14c16a 100644 --- a/reference/dom/domtext.xml +++ b/reference/dom/domtext.xml @@ -1,5 +1,5 @@ - + The DOMText class DOMText @@ -7,14 +7,15 @@ -
@@ -62,14 +63,16 @@
-
&reftitle.properties; wholeText - Prop description + + Holds all the text of logically-adjacent (not separated by Element, + Comment or Processing Instruction) Text nodes. +