コード例 #1
0
ファイル: Feed.php プロジェクト: jorgenils/zend-framework
 public function __construct($element = null)
 {
     foreach (Zend_Gdata::$namespaces as $nsPrefix => $nsUri) {
         $this->registerNamespace($nsPrefix, $nsUri);
     }
     parent::__construct($element);
 }
コード例 #2
0
ファイル: Feed.php プロジェクト: ronseigel/agent-ohm
 public function __construct($element = null)
 {
     $this->registerAllNamespaces(Zend_Gdata::$namespaces);
     parent::__construct($element);
 }