예제 #1
0
파일: Freebusy.php 프로젝트: Kervinou/OBM
 public function encode() {
   return new Vpdi_Property('FREEBUSY', Vpdi::encodePeriod($this->start, $this->end), array('FBTYPE' => $this->type));
 }