Subversion Repositories Applications.annuaire

Rev

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

Rev 96 Rev 106
Line 52... Line 52...
52
		$this->objet_identification->login();
52
		$this->objet_identification->login();
Line 53... Line 53...
53
 
53
 
54
		return true;
54
		return true;
Line -... Line 55...
-
 
55
	}
-
 
56
	
-
 
57
	public function deLoggerUtilisateur() {
-
 
58
		
-
 
59
		$this->objet_identification = Config::get('objet_identification');
-
 
60
		$this->objet_identification->logout();
-
 
61
 
-
 
62
		return true;
55
	}
63
	}
Line 56... Line 64...
56
	
64
	
57
	public function creerCookieOpenId($utilisateur) {
65
	public function creerCookieOpenId($utilisateur) {
58
		
66