createdBy = new NullAccount(); $this->createdAt = new \DateTimeImmutable('now'); $this->name = $name; } /** * Get accounts * * @return Account[] Accounts * * @since 1.0.0 */ public function getAccounts() : array { return $this->accounts; } }