<?phpclass 🥃whisky{ public string $name; private int $age; public Distillery $distillery; private ?Bottler $bottler;}$whisky = new 🥃whisky;$whisky->distillery = "Lagavullin";?>