/** * The function is to Delete Term * */ public function actionDelete($id) { Term::ajaxDeleteModel($id); }