contents = $text; } function generate($code_writer) { $code_writer->writePHP($this->contents); } function getCode() { return $this->contents; } } ?>