ajout de la classe teacher

php
Patrick BRUGIERE 2 years ago
parent e966a297d8
commit 5e4d7b13ae

@ -0,0 +1,18 @@
<?php
class Teacher extends User
{
protected function createVocabulary(){
}
protected function modifyVocabulary(){
}
}
Loading…
Cancel
Save