Esempio n. 1
0
 /**
  * Constructs a new Contact Entry object, to represent
  * an individual contact for a user
  *
  * @param DOMElement $element (optional) DOMElement from which this
  *          object should be constructed.
  */
 public function __construct($element = null)
 {
     $this->registerAllNamespaces(YouTube::$namespaces);
     parent::__construct($element);
 }