コード例 #1
0
 public function index_del()
 {
     $return_func = 'index';
     parent::busines_del($this->module, $this->type, $return_func);
 }
コード例 #2
0
 public function gover_del()
 {
     $return_func = 'gover';
     parent::busines_del($this->module, $this->type, $return_func);
 }