예제 #1
0
파일: Service.php 프로젝트: mox5500/leash
 public function new_session($username)
 {
     return $this->config->sessions[] = Session::new_session($username);
 }