Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 31 Rev 44
Line 4... Line 4...
4
	public function getIdentifiantNumerique() {
4
	public function getIdentifiantNumerique() {
5
		return $GLOBALS['user']->uid;
5
		return $GLOBALS['user']->uid;
6
	}
6
	}
Line 7... Line 7...
7
	
7
	
8
	public function getEmail() {
8
	public function getEmail() {
9
		return $GLOBALS['user']-mail;
9
		return $GLOBALS['user']->mail;
Line 10... Line 10...
10
	}
10
	}
11
	
11
	
12
	public function getNom() {
12
	public function getNom() {
Line 22... Line 22...
22
	}
22
	}
Line 23... Line 23...
23
	
23
	
24
	public function estIdentifie() {
24
	public function estIdentifie() {
25
		return in_array('2',array_keys($GLOBALS['user']->roles));
25
		return in_array('2',array_keys($GLOBALS['user']->roles));
-
 
26
	}
-
 
27
	
-
 
28
	public function getFormulaireidentification() {
-
 
29
		return $GLOBALS['right'];
26
	}
30
	}
27
}
31
}
28
?>
32
?>