--- a/web/lib/Zend/XmlRpc/Generator/GeneratorAbstract.php Thu Mar 21 17:31:31 2013 +0100
+++ b/web/lib/Zend/XmlRpc/Generator/GeneratorAbstract.php Thu Mar 21 19:50:53 2013 +0100
@@ -15,9 +15,9 @@
* @category Zend
* @package Zend_XmlRpc
* @subpackage Generator
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
- * @version $Id: GeneratorAbstract.php 20785 2010-01-31 09:43:03Z mikaelkael $
+ * @version $Id: GeneratorAbstract.php 24593 2012-01-05 20:35:02Z matthew $
*/
/**
@@ -47,7 +47,7 @@
* Start XML element
*
* Method opens a new XML element with an element name and an optional value
- *
+ *
* @param string $name XML tag name
* @param string $value Optional value of the XML tag
* @return Zend_XmlRpc_Generator_Abstract Fluent interface
@@ -86,7 +86,7 @@
/**
* Return encoding
- *
+ *
* @return string
*/
public function getEncoding()
@@ -143,7 +143,7 @@
/**
* End XML element
- *
+ *
* @param string $name
*/
abstract protected function _closeElement($name);