Subversion Repositories Applications.annuaire

Rev

Rev 221 | Rev 294 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 221 Rev 234
Line 384... Line 384...
384
    	}   
384
    	}   
Line 385... Line 385...
385
 
385
 
386
    	return $donnees;
386
    	return $donnees;
Line 387... Line 387...
387
    }
387
    }
Line 388... Line 388...
388
    
388
    
389
    private function chargerInformationsContinentCsv() {
389
    public function chargerInformationsContinentCsv() {
390
    	
390
    	
Line 391... Line 391...
391
    	$nom_csv = Application::getChemin().Config::get('carte_fonds_chemin').'continents';
391
    	$nom_csv = Application::getChemin().Config::get('carte_fonds_chemin').'continents';
Line 392... Line 392...
392
    	return $this->chargerInformationsCompletesParCsv($nom_csv);
392
    	return $this->chargerInformationsCompletesParCsv($nom_csv);
Line 393... Line 393...
393
    }
393
    }
394
    
394
    
Line 395... Line 395...
395
    private function chargerInformationsPaysDuContinentsCsv($continent) {
395
    public function chargerInformationsPaysDuContinentsCsv($continent) {
Line 396... Line 396...
396
    	
396
    	
Line 397... Line 397...
397
    	$nom_csv = Application::getChemin().Config::get('carte_fonds_chemin').$continent;
397
    	$nom_csv = Application::getChemin().Config::get('carte_fonds_chemin').$continent;
398
 
398
 
Line 399... Line 399...
399
    	return $this->chargerInformationsCompletesParCsv($nom_csv);
399
    	return $this->chargerInformationsCompletesParCsv($nom_csv);
Line 400... Line 400...
400
    }
400
    }
401
    
401
    
Line 402... Line 402...
402
    private function chargerInformationsDepartementsFranceCsv() {
402
    public function chargerInformationsDepartementsFranceCsv() {