Beispiel #1
0
 /**
  * Creates a new component.
  *
  * By default this object will iterate over its own children, but this can 
  * be overridden with the iterator argument
  * 
  * @param string $name 
  * @param Sabre_VObject_ElementList $iterator
  */
 public function __construct()
 {
     parent::__construct();
     $this->version = '2.0';
     $this->prodid = '-//Intermesh//NONSGML Group-Office ' . \GO::config()->version . '//EN';
 }