예제 #1
0
파일: Entity.php 프로젝트: Kervinou/OBM
 public function __toString() {
   return "BEGIN:{$this->profile}\n"
          .Vpdi::encodeProperties($this->properties)
          ."\nEND:{$this->profile}";
 }