/** * Returns if the client has access to this form. * * @return boolean */ public function authorize() { return !Ban::isBanned($this->ip(), $this->board); }