_name.'">'; $html[] = ''; // Render each button in the toolbar foreach ($this->_bar as $button) { $html[] = $this->renderButton($button); } // End toolbar div $html[] = '
'; $html[] = 'hehehe'; return implode("\n", $html); } }//class