コード例 #1
0
ファイル: ItemGroupDictionary.php プロジェクト: Tookuk/aspid
 public function __construct(InventoryDAO $inventoryDAO)
 {
     $this->groups = $inventoryDAO->getAllItemGroups();
 }