@@ -38,7 +38,7 @@ This class provides various helper methods for building customized setup
3838* `param \Symfony\Component\Console\Input\InputInterface` $input
3939* `param \Symfony\Component\Console\Output\OutputInterface` $output
4040
41- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L57)
41+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L57)
4242
4343#### addModulesToComposer()
4444
@@ -48,7 +48,7 @@ This class provides various helper methods for building customized setup
4848* `param array` $modules
4949* `return ?int`
5050
51- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L227)
51+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L227)
5252
5353#### addStyles()
5454
@@ -58,7 +58,7 @@ This class provides various helper methods for building customized setup
5858* `param \Symfony\Component\Console\Output\OutputInterface` $output
5959* `return void`
6060
61- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L12)
61+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L12)
6262
6363#### ask()
6464
@@ -83,7 +83,7 @@ $this->ask('do you want to proceed (y/n)', true);
8383
8484{% endhighlight %}
8585
86- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L97)
86+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L97)
8787
8888#### breakParts()
8989
@@ -93,7 +93,7 @@ $this->ask('do you want to proceed (y/n)', true);
9393* `param string` $class
9494* `return string[]`
9595
96- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L19)
96+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L19)
9797
9898#### checkInstalled()
9999
@@ -103,7 +103,7 @@ $this->ask('do you want to proceed (y/n)', true);
103103* `param string` $dir
104104* `return void`
105105
106- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L195)
106+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L195)
107107
108108#### completeSuffix()
109109
@@ -114,7 +114,7 @@ $this->ask('do you want to proceed (y/n)', true);
114114* `param string` $suffix
115115* `return string`
116116
117- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L37)
117+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L37)
118118
119119#### createActor()
120120
@@ -130,7 +130,7 @@ Create an Actor class and generate actions for it.
130130
131131Requires a suite config as array in 3rd parameter.
132132
133- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L207)
133+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L207)
134134
135135#### createDirectoryFor()
136136
@@ -141,7 +141,7 @@ Requires a suite config as array in 3rd parameter.
141141* `param string` $className
142142* `return string`
143143
144- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L22)
144+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L22)
145145
146146#### createEmptyDirectory()
147147
@@ -153,7 +153,7 @@ Requires a suite config as array in 3rd parameter.
153153
154154Create an empty directory and add a placeholder file into it
155155
156- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L181)
156+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L181)
157157
158158#### createFile()
159159
@@ -166,7 +166,7 @@ Create an empty directory and add a placeholder file into it
166166* `param int` $flags
167167* `return bool`
168168
169- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L58)
169+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L58)
170170
171171#### createHelper()
172172
@@ -180,7 +180,7 @@ Create an empty directory and add a placeholder file into it
180180
181181Create a helper class inside a directory
182182
183- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L167)
183+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L167)
184184
185185#### getNamespaceHeader()
186186
@@ -190,7 +190,7 @@ Create a helper class inside a directory
190190* `param string` $class
191191* `return string`
192192
193- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L36)
193+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L36)
194194
195195#### getNamespaceString()
196196
@@ -200,7 +200,7 @@ Create a helper class inside a directory
200200* `param string` $class
201201* `return string`
202202
203- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L31)
203+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L31)
204204
205205#### getNamespaces()
206206
@@ -210,7 +210,7 @@ Create a helper class inside a directory
210210* `param string` $class
211211* `return array`
212212
213- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L42)
213+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L42)
214214
215215#### getShortClassName()
216216
@@ -220,7 +220,7 @@ Create a helper class inside a directory
220220* `param string` $class
221221* `return string`
222222
223- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L25)
223+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L25)
224224
225225#### gitIgnore()
226226
@@ -230,7 +230,7 @@ Create a helper class inside a directory
230230* `param string` $path
231231* `return void`
232232
233- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L187)
233+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L187)
234234
235235#### initDir()
236236
@@ -242,7 +242,7 @@ Create a helper class inside a directory
242242
243243Change the directory where Codeception should be installed.
244244
245- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L66)
245+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L66)
246246
247247#### removeSuffix()
248248
@@ -253,7 +253,7 @@ Change the directory where Codeception should be installed.
253253* `param string` $suffix
254254* `return string`
255255
256- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L52)
256+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L52)
257257
258258#### say()
259259
@@ -272,7 +272,7 @@ $this->say('Welcome to Setup');
272272
273273{% endhighlight %}
274274
275- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L127)
275+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L127)
276276
277277#### sayError()
278278
@@ -284,7 +284,7 @@ $this->say('Welcome to Setup');
284284
285285Print error message
286286
287- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L143)
287+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L143)
288288
289289#### sayInfo()
290290
@@ -296,7 +296,7 @@ Print error message
296296
297297Print info message
298298
299- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L159)
299+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L159)
300300
301301#### saySuccess()
302302
@@ -308,7 +308,7 @@ Print info message
308308
309309Print a successful message
310310
311- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L135)
311+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L135)
312312
313313#### sayWarning()
314314
@@ -320,7 +320,7 @@ Print a successful message
320320
321321Print warning message
322322
323- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L151)
323+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L151)
324324
325325#### setup()
326326
@@ -331,7 +331,7 @@ Print warning message
331331
332332Override this class to create customized setup.
333333
334- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L80)
334+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L80)
335335
336336#### updateComposerClassMap()
337337
@@ -341,6 +341,6 @@ Override this class to create customized setup.
341341* `param string` $vendorDir
342342* `return void`
343343
344- [See source](https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php#L304)
344+ [See source](https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php#L304)
345345
346- <p >  ; </p ><div class =" alert alert-warning " >Reference is taken from the source code. <a href =" https://github.com/Codeception/Codeception/blob/5.1 /src/Codeception/InitTemplate.php " >Help us to improve documentation. Edit module reference</a ></div >
346+ <p >  ; </p ><div class =" alert alert-warning " >Reference is taken from the source code. <a href =" https://github.com/Codeception/Codeception/blob/5.3 /src/Codeception/InitTemplate.php " >Help us to improve documentation. Edit module reference</a ></div >
0 commit comments