_buttons = [ AddForm::instance(), ]; } public function register() { foreach ($this->_buttons as $button) { $button->register(); } return $this; } }