Subversion Repositories Applications.gtt

Rev

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

Rev 110 Rev 128
Line 144... Line 144...
144
	{
144
	{
145
		return $this->nom;
145
		return $this->nom;
146
	}
146
	}
147
	public function setNom( $n )
147
	public function setNom( $n )
148
	{
148
	{
-
 
149
		if (!is_null($n)) {
149
		$this->nom = strtoupper($n);
150
			$this->nom = strtoupper($n);
-
 
151
		} else {
-
 
152
			$this->nom = $n;
-
 
153
		}
150
	}
154
	}
Line 151... Line 155...
151
 
155
 
152
	// Prenom
156
	// Prenom
153
	public function getPrenom()
157
	public function getPrenom()