in workshop/01_Navigation/04_Navigate_class_hieracrhies/Code/JetBrains/Customers/Customer.php [17:21]
public function __construct($name, $discount) { $this->_name = $name; $this->_discount = $discount; }