updated_at; } /** * Set the date and time of the last update. * * @since 0.8 * @param \DateTimeImmutable $updated_at */ public function set_updated_at(\DateTimeImmutable $updated_at) { $this->updated_at = $updated_at; } }