Example #1
0
 public function AddCollection(Collection $c)
 {
     $this->list[$c->GetID()] = $c;
     $this->save();
 }