Пример #1
0
 public function AddCategory($categoryid)
 {
     array_push($this->Categories, CategoryFactory::GetCategory($categoryid));
 }