data['label']; $btn_type = $this->data['btn_type']; $url = $this->data['url']; return $this->cgView->fetch('/action_button.php', ['label' => $label, 'btn_type' => $btn_type, 'url' => $url]); } }