[final, protected, inherited]
Adds content directly.
Definition at line 91 of file class_BaseHelper.php.
Referenced by BaseHelper.addContentToPreviousGroup(), and GraphicalCodeCaptcha.renderCode().
00091 { 00092 $this->content .= (string) trim($newContent)."\n"; 00093 }