Lw\Domain\Model\User\UserRegistered::__construct PHP Method

__construct() public method

public __construct ( UserId $userId )
$userId UserId
    public function __construct(UserId $userId)
    {
        $this->userId = $userId;
        $this->occurredOn = new \DateTimeImmutable();
    }