first commit
This commit is contained in:
10
Etudiant.php
Normal file
10
Etudiant.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
class Etudiant{
|
||||
|
||||
private $nom;
|
||||
|
||||
public function setNom($n){
|
||||
$this->nom = $n;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user