From 5af1b8a1940be7c517a7ebb16ce6c8b30fa25dd4 Mon Sep 17 00:00:00 2001 From: Juliette Date: Sun, 12 Apr 2009 07:14:02 +0000 Subject: [PATCH] Shorter refpurpose text git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278613 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/simplexmliterator/getchildren.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/reference/spl/simplexmliterator/getchildren.xml b/reference/spl/simplexmliterator/getchildren.xml index 7a8e7b7d9b..67f98ebb63 100644 --- a/reference/spl/simplexmliterator/getchildren.xml +++ b/reference/spl/simplexmliterator/getchildren.xml @@ -1,9 +1,9 @@ - + SimpleXMLIterator::getChildren - Returns a SimpleXMLIterator object containing the sub-elements of the current element + Returns the sub-elements of the current element &reftitle.description; @@ -12,7 +12,9 @@ - This method returns a SimpleXMLIterator object containing the sub-elements of the current SimpleXMLIterator element. + This method returns a SimpleXMLIterator object + containing sub-elements of the current SimpleXMLIterator + element. @@ -24,7 +26,8 @@ &reftitle.returnvalues; - Returns a SimpleXMLIterator object containing the sub-elements of the current element. + Returns a SimpleXMLIterator object containing + the sub-elements of the current element.