request = new Regular_Request(); $this->request->fill_with_context( $this->request_context ); $action = new Login(); $action->handle( $this ); } }