Skip to main content

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:

ParameterTypeDescription
$rootDirPathstring
$testsDirPathstring
$bootstrapVersionstring
$maxNestedDirint
$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