status = self::STATUS_PENDING; $this->create_time = time(); } public function beforeUpdate() { $this->update_time = time(); } }