buttons = $buttons; } public function html_main() { echo '
'; foreach ($this->buttons as $button) echo ' ', $button['caption'], ''; echo '
'; } }