QueryParamAuth::className(), ];*/ return $behaviors; } public function actions() { $action= parent::actions(); // TODO: Change the autogenerated stub unset($action['index']); unset($action['create']); unset($action['update']); unset($action['delete']); } public function actionIndex() { return ['status'=>201, 'msg'=>'success']; } }