/** * 执行动作 */ public function run() { parent::run(); switch ($this->_action) { case 'receive': $this->_receive(); break; default: break; } }
/** * 执行动作 */ public function run() { parent::run(); switch ($this->_action) { case 'load': $this->_sendImages(); break; default: break; } }