~ubuntu-branches/ubuntu/trusty/zendframework/trusty

« back to all changes in this revision

Viewing changes to library/Zend/XmlRpc/Value/Array.php

  • Committer: Bazaar Package Importer
  • Author(s): Frank Habermann
  • Date: 2010-04-28 20:10:00 UTC
  • mfrom: (1.3.1 upstream) (9.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100428201000-o347bj5qb5i3tpot
Tags: 1.10.4-1
new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * @subpackage Value
18
18
 * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
19
19
 * @license    http://framework.zend.com/license/new-bsd     New BSD License
20
 
 * @version    $Id: Array.php 20208 2010-01-11 22:37:37Z lars $
 
20
 * @version    $Id: Array.php 22025 2010-04-27 18:09:14Z matthew $
21
21
 */
22
22
 
23
23
 
68
68
        $generator->closeElement('data')
69
69
                  ->closeElement('array')
70
70
                  ->closeElement('value');
71
 
 
72
 
        $this->_xml = (string)$generator;
73
71
    }
74
72
}
75
73