authorized = TRUE; } /** * @return bool * TRUE if the request has been authorized. */ public function isAuthorized() { return $this->authorized; } }