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