output .= $string; } /** * Get the string containing the output. * * @return string */ public function __toString() { return $this->output; } }