source:
pro-violet-viettel/sourcecode/api.violet.vn/www/lib/common/userTeacher.class.php
@
850
Last change on this file since 850 was 289, checked in by dungnv, 11 years ago | |
---|---|
File size: 208 bytes |
Rev | Line | |
---|---|---|
[289] | 1 | <?php |
2 | ||
3 | class userTeacher extends userBase { | |
4 | ||
5 | public function getTitle() { | |
6 | $sex = $this->user->getUsSex(); | |
7 | if ($sex == 2) return 'cÎ giáo'; | |
8 | if ($sex == 1) return 'thầy'; | |
9 | return ''; | |
10 | } | |
11 | } |
Note: See TracBrowser
for help on using the repository browser.