getKey(), intval($this->time)); } public function valid() { $result = CommonOption::get($this->getKey()); return intval($result) === intval($this->time); } private function getKey() { return 'test_queue_service_job_time'; } }