예제 #1
0
파일: Attendee.php 프로젝트: Kervinou/OBM
 public static function decode(Vpdi_Property $ATTENDEE) {
   $org = new Vpdi_Icalendar_Attendee($ATTENDEE->value());
   $org->decodeParameters($ATTENDEE);
   return $org;
 }