source: pro-bachkim-filespace/sourcecode/api.violet.vn/www/lib/common/userTeacher.class.php @ 178

Last change on this file since 178 was 19, checked in by dungnv, 11 years ago
File size: 208 bytes
Line 
1<?php
2
3class 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.