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