質問編集履歴

1

クラスを追加致しました。

2016/08/09 07:21

投稿

24_24
24_24

スコア10

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,23 @@
20
20
 
21
21
  ```
22
22
 
23
+
24
+
25
+ class debugController extends commonController{
26
+
27
+ function __constract(){
28
+
29
+ }
30
+
31
+
32
+
33
+ function action_index(){
34
+
35
+ }
36
+
37
+
38
+
23
- function action_debugFile(){
39
+ function action_debugFile(){
24
40
 
25
41
  self::debugFile();
26
42
 
@@ -28,7 +44,9 @@
28
44
 
29
45
  }
30
46
 
47
+
48
+
31
- public function debugFile(){
49
+ public function debugFile(){
32
50
 
33
51
  $file = 'test.txt';
34
52
 
@@ -40,6 +58,8 @@
40
58
 
41
59
  }
42
60
 
61
+ }
62
+
43
63
  ```
44
64
 
45
65
  ###補足情報(言語/FW/ツール等のバージョンなど)