{$prop}; }\n"; $setter = "\tpublic function set{$name}(\$value){ \$this->{$prop} = \$value; }\n"; echo $getter.$setter."\n"; } } ?>