user = $user; return $this; } /** * * @return Session_Authentication_None */ public function prelog() { return $this; } /** * * @return User_Adapter */ public function get_user() { return $this->user; } /** * * @return User_Adapter */ public function signOn() { return $this->user; } /** * * @return Session_Authentication_None */ public function postlog() { return $this; } }