Fakerino\Fakerino::getDefaultFakefilePath PHP Method

getDefaultFakefilePath() private static method

private static getDefaultFakefilePath ( )
    private static function getDefaultFakefilePath()
    {
        return self::$defaultConf->get('fakeFilePath') . DIRECTORY_SEPARATOR . self::$defaultConf->get('locale') . DIRECTORY_SEPARATOR;
    }