parent
e966a297d8
commit
5e4d7b13ae
@ -0,0 +1,18 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
class Teacher extends User
|
||||||
|
{
|
||||||
|
|
||||||
|
protected function createVocabulary(){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
protected function modifyVocabulary(){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in new issue