示例#1
0
 /**
  * Create a new instance.
  *
  * @param DOMElement $element (optional) DOMElement from which this
  *          object should be constructed.
  */
 public function __construct($element = null)
 {
     $this->registerAllNamespaces(Photos::$namespaces);
     parent::__construct($element);
     $category = new \ZendGData\App\Extension\Category('http://schemas.google.com/photos/2007#tag', 'http://schemas.google.com/g/2005#kind');
     $this->setCategory(array($category));
 }
示例#2
0
 /**
  * Create a new instance.
  *
  * @param DOMElement $element (optional) DOMElement from which this
  *          object should be constructed.
  */
 public function __construct($element = null)
 {
     $this->registerAllNamespaces(EXIF::$namespaces);
     parent::__construct($element);
 }
示例#3
0
 /**
  * Create a new instance.
  *
  * @param DOMElement $element (optional) DOMElement from which this
  *          object should be constructed.
  */
 public function __construct($element = null)
 {
     $this->registerAllNamespaces(\ZendGData\GApps::$namespaces);
     parent::__construct($element);
 }