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