createdBy = new NullAccount(); $this->createdAt = new \DateTimeImmutable('now'); } /** * Get ID. * * @return int * * @since 1.0.0 */ public function getId() { return $this->id; } }