Fakerino\Configuration\ConfigurationFile\Helper\FileConfigurationLoaderFactory::__construct PHP Method

__construct() public method

Constructor
public __construct ( string $filePath )
$filePath string
    public function __construct($filePath)
    {
        $this->filePath = $filePath;
    }
FileConfigurationLoaderFactory