Beispiel #1
0
 /**
  * Constructs a new Zend_Gdata_Calendar_Extension_Link object.
  * @see Zend_Gdata_App_Extension_Link#__construct
  * @param Zend_Gdata_Calendar_Extension_Webcontent $webContent
  */
 public function __construct($href = null, $rel = null, $type = null,
         $hrefLang = null, $title = null, $length = null, $webContent = null)
 {
     $this->registerAllNamespaces(\Zend\GData\Calendar::$namespaces);
     parent::__construct($href, $rel, $type, $hrefLang, $title, $length);
     $this->_webContent = $webContent;
 }
Beispiel #2
0
 /**
  * Constructs a new Zend_Gdata_Calendar_Extension_Link object.
  * @see Zend_Gdata_App_Extension_Link#__construct
  * @param \Zend\GData\YouTube\Extension\Token $token
  */
 public function __construct($href = null, $rel = null, $type = null,
         $hrefLang = null, $title = null, $length = null, $token = null)
 {
     $this->registerAllNamespaces(\Zend\GData\YouTube::$namespaces);
     parent::__construct($href, $rel, $type, $hrefLang, $title, $length);
     $this->_token = $token;
 }