expireTime = (int) $expireTime; return $this; } /** * Get the date and time when notifications should be re-enabled after disabling * * @return int|null Unix timestamp */ public function getExpireTime() { return $this->expireTime; } }