質問編集履歴
1
「}」や「;」が無い状態で投稿しておりました。確認不足申し訳ございません。
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,13 +16,15 @@
|
|
16
16
|
|
17
17
|
public function setOrderCount($orderCount) {
|
18
18
|
|
19
|
-
$this->orderCount=$orderCount
|
19
|
+
$this->orderCount=$orderCount;
|
20
|
+
|
21
|
+
}
|
20
22
|
|
21
23
|
}
|
22
24
|
|
23
25
|
|
24
26
|
|
25
|
-
$bread= newMenu();
|
27
|
+
$bread= new Menu();
|
26
28
|
|
27
29
|
$bread->setOrderCount(4);
|
28
30
|
|