campaign === null) return false; if ($this->customer === null) return false; if ($this->sended === null) return false; if (!$this->campaign->is_complete()) return false; if (!$this->customer->is_complete()) return false; return true; } }