Example #1
0
 public function getJSONObject()
 {
     $r = parent::getJSONObject();
     $r->folder = $this->folder;
     return $r;
 }