createdBy = new NullAccount(); $this->createdAt = new \DateTimeImmutable('now'); $this->name = $name; } public function getAccounts() : array { return $this->accounts; } }