@@ -34,19 +34,19 @@ This class provides various helper methods for building customized setup
3434
3535 *public* __construct($input, $output)
3636
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)
3838
3939#### addModulesToComposer()
4040
4141 *protected* addModulesToComposer($modules)
4242
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)
4444
4545#### addStyles()
4646
4747 *public* addStyles($output)
4848
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)
5050
5151#### ask()
5252
@@ -70,25 +70,25 @@ $this->ask('do you want to proceed (y/n)', true);
7070 * `param mixed` $answer
7171 * `return` mixed|string
7272
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)
7474
7575#### breakParts()
7676
7777 *protected* breakParts($class)
7878
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)
8080
8181#### checkInstalled()
8282
8383 *protected* checkInstalled($dir = null)
8484
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)
8686
8787#### completeSuffix()
8888
8989 *protected* completeSuffix($filename, $suffix)
9090
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)
9292
9393#### createActor()
9494
@@ -101,13 +101,13 @@ Requires a suite config as array in 3rd parameter.
101101 * `param` $directory
102102 * `param` $suiteConfig
103103
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)
105105
106106#### createDirectoryFor()
107107
108108 *protected* createDirectoryFor($basePath, $className = null)
109109
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)
111111
112112#### createEmptyDirectory()
113113
@@ -116,13 +116,13 @@ Requires a suite config as array in 3rd parameter.
116116Create an empty directory and add a placeholder file into it
117117 * `param` $dir
118118
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)
120120
121121#### createFile()
122122
123123 *protected* createFile($filename, $contents, $force = null, $flags = null)
124124
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)
126126
127127#### createHelper()
128128
@@ -133,51 +133,51 @@ Create a helper class inside a directory
133133 * `param` $name
134134 * `param` $directory
135135
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)
137137
138138#### getNamespaceHeader()
139139
140140 *protected* getNamespaceHeader($class)
141141
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)
143143
144144#### getNamespaceString()
145145
146146 *protected* getNamespaceString($class)
147147
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)
149149
150150#### getNamespaces()
151151
152152 *protected* getNamespaces($class)
153153
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)
155155
156156#### getShortClassName()
157157
158158 *protected* getShortClassName($class)
159159
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)
161161
162162#### gitIgnore()
163163
164164 *protected* gitIgnore($path)
165165
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)
167167
168168#### initDir()
169169
170170 *public* initDir($workDir)
171171
172172Change the directory where Codeception should be installed.
173173
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)
175175
176176#### removeSuffix()
177177
178178 *protected* removeSuffix($classname, $suffix)
179179
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)
181181
182182#### say()
183183
@@ -195,7 +195,7 @@ $this->say('Welcome to Setup');
195195
196196 * `param string` $message
197197
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)
199199
200200#### sayError()
201201
@@ -204,7 +204,7 @@ $this->say('Welcome to Setup');
204204Print error message
205205 * `param string` $message
206206
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)
208208
209209#### sayInfo()
210210
@@ -213,7 +213,7 @@ Print error message
213213Print info message
214214 * `param string` $message
215215
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)
217217
218218#### saySuccess()
219219
@@ -222,7 +222,7 @@ Print info message
222222Print a successful message
223223 * `param string` $message
224224
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)
226226
227227#### sayWarning()
228228
@@ -231,7 +231,7 @@ Print a successful message
231231Print warning message
232232 * `param` $message
233233
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)
235235
236236#### setup()
237237
@@ -240,12 +240,12 @@ Print warning message
240240Override this class to create customized setup.
241241 * `return` mixed
242242
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)
244244
245245#### updateComposerClassMap()
246246
247247 *private* updateComposerClassMap($vendorDir = null)
248248
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)
250250
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