Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 31 Rev 71
Line 15... Line 15...
15
	
15
	
16
	public function getPrenom() {
16
	public function getPrenom() {
17
		return '';	
17
		return '';	
Line -... Line 18...
-
 
18
	}
-
 
19
	
-
 
20
	public function estIdentifie() {
-
 
21
		return false;
18
	}
22
	}
19
	
23
	
20
	public function estAdmin() {
24
	public function estAdmin() {
-
 
25
		return false;
-
 
26
	}
-
 
27
	
-
 
28
	public function getFormulaireidentification() {
-
 
29
		return '';
-
 
30
	}
-
 
31
	
-
 
32
	public function getFormulaireInscription() {
-
 
33
		
21
		return false;
34
		return '';
22
	}
35
	}
23
}
36
}