driver = $driver; $this->car = $car; } public function setFare($fare) { $this->fare = $fare; } }