Пример #1
0
 /**
  * Constructs a new YouTube Comment Feed object, to represent
  * a feed of comments for an individual video
  *
  * @param DOMElement $element (optional) DOMElement from which this
  *          object should be constructed.
  */
 public function __construct($element = null)
 {
     $this->registerAllNamespaces(YouTube::$namespaces);
     parent::__construct($element);
 }
Пример #2
0
 /**
  * Constructs a new ZendGData\Spreadsheets\WorksheetFeed object.
  * @param DOMElement $element (optional) The DOMElement on whick to base this element.
  */
 public function __construct($element = null)
 {
     $this->registerAllNamespaces(Spreadsheets::$namespaces);
     parent::__construct($element);
 }