[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * https://github.com/prasad83/Zend-Gdata-Contacts 5 * @author prasad 6 * 7 * LICENSE 8 * 9 * This source file is subject to the new BSD license that is bundled 10 * with this package in the file LICENSE.txt. 11 * It is also available through the world-wide-web at this URL: 12 * http://framework.zend.com/license/new-bsd 13 * If you did not receive a copy of the license and are unable to 14 * obtain it through the world-wide-web, please send an email 15 * to [email protected] so we can send you a copy immediately. 16 * 17 * @category Zend 18 * @package Zend_Gdata 19 * @subpackage Contacts 20 */ 21 require_once 'Zend/Gdata/Feed.php'; 22 23 class Zend_Gdata_Contacts_ListFeed extends Zend_Gdata_Feed { 24 25 protected $_entryClassName = 'Zend_Gdata_Contacts_ListEntry'; 26 27 protected $_feedClassName = 'Zend_Gdata_Contacts_ListFeed'; 28 29 public function __construct($element = null) { 30 $this->registerAllNamespaces(Zend_Gdata_Contacts::$namespaces); 31 parent::__construct($element); 32 } 33 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |