<?phpclass Whisky { public string $name { *get;* *set;* }
public float $abv { get; *private set;* }}