From 00d32ec019a329a84190b7938cbf48f9e9494874 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 10 Apr 2006 13:51:06 +0000 Subject: Merge from 3.0 branch till 885. --- demos/personal/protected/application.xml | 2 +- docs/application.xml | 28 +++++++++++----------- framework/Collections/TStack.php | 2 +- framework/Xml/TXmlDocument.php | 10 +++----- .../framework/TestSystem/protected/application.xml | 2 +- 5 files changed, 20 insertions(+), 24 deletions(-) diff --git a/demos/personal/protected/application.xml b/demos/personal/protected/application.xml index 2565d1a0..ce3b4435 100644 --- a/demos/personal/protected/application.xml +++ b/demos/personal/protected/application.xml @@ -4,7 +4,7 @@ - + - + @@ -36,7 +36,7 @@ application.xml:::: - + other params get stored as an array. @@ -46,18 +46,18 @@ application.xml:::: - - + + - + extra params get stored as an array. - + extra params get stored as an array. - + config.xml @@ -74,14 +74,14 @@ config.xml - + config.xml::::: - + other params get stored as an array. @@ -89,11 +89,11 @@ config.xml::::: extra params get stored as an array. - + - + diff --git a/framework/Collections/TStack.php b/framework/Collections/TStack.php index 72ca2dd0..79d17902 100644 --- a/framework/Collections/TStack.php +++ b/framework/Collections/TStack.php @@ -135,7 +135,7 @@ class TStack extends TComponent implements IteratorAggregate /** * Pushes an item into the stack. - * @return mixed the item to be pushed into the stack + * @param mixed the item to be pushed into the stack */ public function push($item) { diff --git a/framework/Xml/TXmlDocument.php b/framework/Xml/TXmlDocument.php index a69d982d..66f2f13b 100644 --- a/framework/Xml/TXmlDocument.php +++ b/framework/Xml/TXmlDocument.php @@ -386,13 +386,10 @@ class TXmlDocument extends TXmlElement /** - * TXmlElement class. + * TXmlElementList class. * - * TXmlElement represents an XML element node. - * You can obtain its tagname, attributes, text between the openning and closing - * tags via the TagName, Attributes, and Value properties, respectively. - * You can also retrieve its parent and child elements by Parent and Elements - * properties, respectively. + * TXmlElementList represents a collection of {@link TXmlElement}. + * You may manipulate the collection with the operations defined in {@link TList}. * * @author Qiang Xue * @version $Revision: $ $Date: $ @@ -423,7 +420,6 @@ class TXmlElementList extends TList return $this->_o; } - /** * Inserts an item at the specified position. * This overrides the parent implementation by performing additional diff --git a/tests/UnitTests/framework/TestSystem/protected/application.xml b/tests/UnitTests/framework/TestSystem/protected/application.xml index 6ca4aaa8..38bfff9e 100644 --- a/tests/UnitTests/framework/TestSystem/protected/application.xml +++ b/tests/UnitTests/framework/TestSystem/protected/application.xml @@ -7,7 +7,7 @@ - + -- cgit v1.2.3