@@ -34,19 +34,19 @@ This class provides various helper methods for building customized setup
34
34
35
35
*public* __construct($input, $output)
36
36
37
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L66)
37
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L66)
38
38
39
39
#### addModulesToComposer()
40
40
41
41
*protected* addModulesToComposer($modules)
42
42
43
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L260)
43
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L260)
44
44
45
45
#### addStyles()
46
46
47
47
*public* addStyles($output)
48
48
49
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L9)
49
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L9)
50
50
51
51
#### ask()
52
52
@@ -70,25 +70,25 @@ $this->ask('do you want to proceed (y/n)', true);
70
70
* `param mixed` $answer
71
71
* `return` mixed|string
72
72
73
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L108)
73
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L108)
74
74
75
75
#### breakParts()
76
76
77
77
*protected* breakParts($class)
78
78
79
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L6)
79
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L6)
80
80
81
81
#### checkInstalled()
82
82
83
83
*protected* checkInstalled($dir = null)
84
84
85
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L218)
85
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L218)
86
86
87
87
#### completeSuffix()
88
88
89
89
*protected* completeSuffix($filename, $suffix)
90
90
91
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L25)
91
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L25)
92
92
93
93
#### createActor()
94
94
@@ -101,13 +101,13 @@ Requires a suite config as array in 3rd parameter.
101
101
* `param` $directory
102
102
* `param` $suiteConfig
103
103
104
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L233)
104
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L233)
105
105
106
106
#### createDirectoryFor()
107
107
108
108
*protected* createDirectoryFor($basePath, $className = null)
109
109
110
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L10)
110
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L10)
111
111
112
112
#### createEmptyDirectory()
113
113
@@ -116,13 +116,13 @@ Requires a suite config as array in 3rd parameter.
116
116
Create an empty directory and add a placeholder file into it
117
117
* `param` $dir
118
118
119
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L205)
119
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L205)
120
120
121
121
#### createFile()
122
122
123
123
*protected* createFile($filename, $contents, $force = null, $flags = null)
124
124
125
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L46)
125
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L46)
126
126
127
127
#### createHelper()
128
128
@@ -133,51 +133,51 @@ Create a helper class inside a directory
133
133
* `param` $name
134
134
* `param` $directory
135
135
136
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L184)
136
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L184)
137
137
138
138
#### getNamespaceHeader()
139
139
140
140
*protected* getNamespaceHeader($class)
141
141
142
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L25)
142
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L25)
143
143
144
144
#### getNamespaceString()
145
145
146
146
*protected* getNamespaceString($class)
147
147
148
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L19)
148
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L19)
149
149
150
150
#### getNamespaces()
151
151
152
152
*protected* getNamespaces($class)
153
153
154
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L34)
154
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L34)
155
155
156
156
#### getShortClassName()
157
157
158
158
*protected* getShortClassName($class)
159
159
160
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L13)
160
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L13)
161
161
162
162
#### gitIgnore()
163
163
164
164
*protected* gitIgnore($path)
165
165
166
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L211)
166
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L211)
167
167
168
168
#### initDir()
169
169
170
170
*public* initDir($workDir)
171
171
172
172
Change the directory where Codeception should be installed.
173
173
174
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L76)
174
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L76)
175
175
176
176
#### removeSuffix()
177
177
178
178
*protected* removeSuffix($classname, $suffix)
179
179
180
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L40)
180
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L40)
181
181
182
182
#### say()
183
183
@@ -195,7 +195,7 @@ $this->say('Welcome to Setup');
195
195
196
196
* `param string` $message
197
197
198
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L137)
198
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L137)
199
199
200
200
#### sayError()
201
201
@@ -204,7 +204,7 @@ $this->say('Welcome to Setup');
204
204
Print error message
205
205
* `param string` $message
206
206
207
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L155)
207
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L155)
208
208
209
209
#### sayInfo()
210
210
@@ -213,7 +213,7 @@ Print error message
213
213
Print info message
214
214
* `param string` $message
215
215
216
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L173)
216
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L173)
217
217
218
218
#### saySuccess()
219
219
@@ -222,7 +222,7 @@ Print info message
222
222
Print a successful message
223
223
* `param string` $message
224
224
225
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L146)
225
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L146)
226
226
227
227
#### sayWarning()
228
228
@@ -231,7 +231,7 @@ Print a successful message
231
231
Print warning message
232
232
* `param` $message
233
233
234
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L164)
234
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L164)
235
235
236
236
#### setup()
237
237
@@ -240,12 +240,12 @@ Print warning message
240
240
Override this class to create customized setup.
241
241
* `return` mixed
242
242
243
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L89)
243
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L89)
244
244
245
245
#### updateComposerClassMap()
246
246
247
247
*private* updateComposerClassMap($vendorDir = null)
248
248
249
- [See source](https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php#L336)
249
+ [See source](https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php#L336)
250
250
251
- <p >  ; </p ><div class =" alert alert-warning " >Reference is taken from the source code. <a href =" https://github.com/Codeception/Codeception/blob/4.2 /src/Codeception/InitTemplate.php " >Help us to improve documentation. Edit module reference</a ></div >
251
+ <p >  ; </p ><div class =" alert alert-warning " >Reference is taken from the source code. <a href =" https://github.com/Codeception/Codeception/blob/5.0 /src/Codeception/InitTemplate.php " >Help us to improve documentation. Edit module reference</a ></div >
0 commit comments