示例#1
0
文件: Entity.php 项目: Kervinou/OBM
 public function __toString() {
   return "BEGIN:{$this->profile}\n"
          .Vpdi::encodeProperties($this->properties)
          ."\nEND:{$this->profile}";
 }