Exemple #1
0
 public function export()
 {
     return array('name' => $this->name, 'creation_date' => $this->creation_date, 'categories' => $this->categories, 'snapshots' => Snapshot::export($this));
 }