name = $name; $this->part = $part; $this->whole = $whole; $this->perc = round($this->part / $this->whole * 100,2); } }