[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 3 require_once 'Zend/Gdata/Feed.php'; 4 5 6 class Zend_Gdata_Contacts_ContactListFeed extends Zend_Gdata_Feed 7 { 8 9 protected $_entryClassName = 'Zend_Gdata_Contacts_ContactListEntry'; 10 11 /** 12 * The classname for the feed. 13 * 14 * @var string 15 */ 16 protected $_feedClassName = 'Zend_Gdata_Contacts_ContactListFeed'; 17 18 /** 19 * Create a new instance of a feed for a list of documents. 20 * 21 * @param DOMElement $element (optional) DOMElement from which this 22 * object should be constructed. 23 */ 24 public function __construct($element = null) 25 { 26 $this->registerAllNamespaces(Zend_Gdata_Docs::$namespaces); 27 parent::__construct($element); 28 } 29 30 }
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 |