exact_string = $exact_string; } /** * Simply returns the comment as it was created * * @return string The exact string that was specified in the constructor * * @access public */ function to_string() { return $this->exact_string; } }