second commit
This commit is contained in:
@@ -7,4 +7,8 @@ class Etudiant{
|
||||
public function setNom($n){
|
||||
$this->nom = $n;
|
||||
}
|
||||
|
||||
public function getNom(){
|
||||
return $this->nom;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user