Fakerino\Configuration\FakerinoConfigurationLoader::getConfFilePath PHP Method

getConfFilePath() public method

Returns file path
public getConfFilePath ( ) : string
return string
    public function getConfFilePath()
    {
        return $this->confFile->getPath();
    }
FakerinoConfigurationLoader