if (!filter_var($this->status, FILTER_VALIDATE_INT)) {
            $this->status = Events::STATUS_UNAPPROVED;
        }