authorized = TRUE; } /** * @return boolean */ public function isAuthorized() { return $this->authorized; } }