Ejemplo n.º 1
0
     $this->dingdone_mode = new dingdone_user_mode();
     $this->authcode_mode = new auth_code_mode();
     $this->mail = new DDMail();
     $this->mode = new auth_emailcode_mode();
 }
 public function __destruct()
 {
Ejemplo n.º 2
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->api);
     unset($this->special);
     unset($this->message);
 }
Ejemplo n.º 3
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->api);
     unset($this->material);
     unset($this->company);
 }
Ejemplo n.º 4
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->team);
     unset($this->notify);
     unset($this->teamApi);
 }
Ejemplo n.º 5
0
 public function __destruct()
 {
     parent::__destruct();
 }
Ejemplo n.º 6
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->api);
 }
Ejemplo n.º 7
0
 function __destruct()
 {
     parent::__destruct();
     unset($this->action);
 }
Ejemplo n.º 8
0
 function __destruct()
 {
     //NULL
     parent::__destruct();
 }
Ejemplo n.º 9
0
     parent::__construct();
     $this->site = new publishconfig();
     $this->column = new column();
     $this->app = new applant();
 }
 public function __destruct()
Ejemplo n.º 10
0
 {
     parent::__construct();
     $this->weixin = new wxApi();
     $this->init_config();
 }
Ejemplo n.º 11
0
     $this->team->delete_search($post['action_id'], 'action');
 }
 $this->setXmlNode('activity', 'updateDeleteState');
 $this->addItem_withkey('action_id', $post['action_id']);
 $this->output();