示例#1
0
 /**
  * Finds user by id.
  *
  * @param integer $id
  * @return BOL_User
  */
 public function findByIdWithoutCache($id)
 {
     return $this->userDao->findByIdWithoutCache((int) $id);
 }