name = $name; $this->sell_in = $sell_in; $this->quality = $quality; } public function __toString() { return "{$this->name}, {$this->sell_in}, {$this->quality}"; } }