Configuration
- Full name:
\Documentation\Generator\Configuration
Properties
rootDirPath
private $rootDirPath
testsDirPath
private $testsDirPath
bootstrapVersion
private $bootstrapVersion
maxNestedDir
private $maxNestedDir
file
private $file
Methods
__construct
public __construct(string $rootDirPath, string $testsDirPath, string $bootstrapVersion, int $maxNestedDir, \Documentation\Generator\FileSystem\File $file): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$rootDirPath | string | |
$testsDirPath | string | |
$bootstrapVersion | string | |
$maxNestedDir | int | |
$file | \Documentation\Generator\FileSystem\File |
getRootDirPath
public getRootDirPath(): mixed
getTestsDirPath
public getTestsDirPath(): mixed
getBootstrapVersion
public getBootstrapVersion(): mixed
getMaxNestedDir
public getMaxNestedDir(): mixed
getFile
public getFile(): mixed