質問編集履歴

3

ディレクトリとファイル構成の部分を変更しました

2016/08/29 12:11

投稿

yoshinon
yoshinon

スコア7

test CHANGED
File without changes
test CHANGED
@@ -30,23 +30,29 @@
30
30
 
31
31
  【ディレクトリとファイル構成】
32
32
 
33
- family
34
33
 
34
+
35
+ ```ここに言語を入力
36
+
37
+ └─family
38
+
35
- Family.php
39
+ │ Family.php
40
+
41
+
42
+
43
+ └─isono
44
+
45
+ │ IsonoFamily.php
36
46
 
37
47
 
38
48
 
39
- └─isono
49
+ └─huguta
40
50
 
41
- │ IsonoFamily.php
42
-
43
-
44
-
45
- └─huguta
46
-
47
- HugutaFamily.php
51
+ HugutaFamily.php
48
52
 
49
53
 
54
+
55
+ ```
50
56
 
51
57
  ------------------
52
58
 

2

2016/08/29 12:11

投稿

yoshinon
yoshinon

スコア7

test CHANGED
File without changes
test CHANGED
File without changes

1

2016/08/29 10:38

投稿

yoshinon
yoshinon

スコア7

test CHANGED
File without changes
test CHANGED
@@ -52,7 +52,9 @@
52
52
 
53
53
  ●family\Family.php
54
54
 
55
+
56
+
55
- ---
57
+ ```
56
58
 
57
59
  include "./isono/IsonoFamily.php";
58
60
 
@@ -64,7 +66,7 @@
64
66
 
65
67
  $isono = new IsonoFamily();
66
68
 
67
-
69
+ ```
68
70
 
69
71
  ------------------
70
72
 
@@ -72,7 +74,9 @@
72
74
 
73
75
  ●family\isono\IsonoFamily.php
74
76
 
77
+
78
+
75
- ---
79
+ ```
76
80
 
77
81
  class IsonoFamily
78
82
 
@@ -92,11 +96,15 @@
92
96
 
93
97
  }
94
98
 
99
+ ```
100
+
95
101
  ------------------
96
102
 
97
103
  ●family\isono\huguta\HugutaFamily
98
104
 
105
+
106
+
99
- ---
107
+ ```
100
108
 
101
109
  class HugutaFamily
102
110
 
@@ -109,6 +117,8 @@
109
117
  }
110
118
 
111
119
  }
120
+
121
+ ```
112
122
 
113
123
  ------------------
114
124