質問編集履歴

2

クラス名の修正

2016/11/25 08:40

投稿

KaedeKazane
KaedeKazane

スコア408

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  /*
24
24
 
25
- Parentでのみ行う処理
25
+ Childでのみ行う処理
26
26
 
27
27
  */
28
28
 

1

クラス名の修正漏れを修正

2016/11/25 08:40

投稿

KaedeKazane
KaedeKazane

スコア408

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  function methodA(){
38
38
 
39
- GrandParent::methodA();
39
+ Parent::methodA();
40
40
 
41
41
  }
42
42