authorized; } /** * @param bool $authorized */ public function setAuthorized($authorized) { $this->authorized = $authorized; } }