コード例 #1
0
ファイル: user_service.php プロジェクト: vBulleteen/oxwall
 /**
  * Finds user by id.
  *
  * @param integer $id
  * @return BOL_User
  */
 public function findByIdWithoutCache($id)
 {
     return $this->userDao->findByIdWithoutCache((int) $id);
 }