value = $value; } function getValue(){ return $this->value; } function show(){ if(!isset($this->value)) return false; return true; } } ?>