Beispiel #1
0
 public function __construct(InventoryDAO $inventoryDAO)
 {
     $this->groups = $inventoryDAO->getAllItemGroups();
 }