예제 #1
0
 /**
  * Creates a Health Profile feed, representing a user's Health profile
  *
  * @param DOMElement $element (optional) DOMElement from which this
  *          object should be constructed.
  */
 public function __construct($element = null)
 {
     foreach (Health::$namespaces as $nsPrefix => $nsUri) {
         $this->registerNamespace($nsPrefix, $nsUri);
     }
     parent::__construct($element);
 }
예제 #2
0
파일: VolumeFeed.php 프로젝트: rexmac/zf2
 /**
  * Constructor for Zend_Gdata_Books_VolumeFeed which
  * Describes a Book Search volume feed
  *
  * @param DOMElement $element (optional) DOMElement from which this
  *          object should be constructed.
  */
 public function __construct($element = null)
 {
     $this->registerAllNamespaces(Books::$namespaces);
     parent::__construct($element);
 }
예제 #3
0
 public function __construct($element = null)
 {
     $this->registerAllNamespaces(GData\Analytics::$namespaces);
     parent::__construct($element);
 }