예제 #1
0
파일: Vtodo.php 프로젝트: horde/horde
 /**
  * Return the PERCENT-COMPLETE attribute.
  *
  * @return integer
  */
 public function getPercentComplete()
 {
     return $this->_vevent->getAttributeDefault('PERCENT-COMPLETE', 0);
 }