コード例 #1
0
ファイル: UserModel.php プロジェクト: marvinchau/sss_server
 /**
  * 
  * @param string $type
  * @return User
  */
 public function getByType($type)
 {
     return $this->dao->getByType($type);
 }