nowtime = phpcommon\getNowTime(); } public function handlePre() { } public function handlePost() { } protected function getNowTime() { return $this->nowtime; } protected function getNowDaySeconds() { return phpcommon\getDaySeconds($this->nowtime); } protected function getTodayRemainSeconds() { return max(0, $this->getNowDaySeconds() + 3600 * 24 - $this->getNowTime()); } }