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