コード例 #1
0
ファイル: Feed.php プロジェクト: hybridneo/zendgdata
 public function __construct($element = null)
 {
     $this->registerAllNamespaces(GData::$namespaces);
     parent::__construct($element);
 }