type = $type; $this->number = $type + $num; } public function getType() { return $this->type; } public function getNumber() { return $this->number - $this->type; } }