>>>".$this->id; } function type(){ return "<".$this->type.">"; } function setId($value){ $this->id = $value + 100; } function getId(){ return $this->id - 100; } } ?>