Esempio n. 1
0
 public function __construct($db, $componentId)
 {
     parent::__construct($db, $componentId);
     $this->name = manageCategoryEntries::getCategoryNameFromDatabase($db, $componentId);
 }