/**
  * Returns the array representation of this class 
  *
  * @param  string $name
  * @return array
  */
 public function toArray($name = 'unknown')
 {
     return parent::toArray($name);
 }
 /**
  * Returns the array representation of this class 
  *
  * @param  string $name
  * @return array
  */
 public function toArray($name = 'yab')
 {
     return parent::toArray($name);
 }
 /**
  * Returns the array representation of this class 
  *
  * @param  string $name
  * @return array
  */
 public function toArray($name = 'caldav')
 {
     return parent::toArray($name);
 }