/**
  * 	dispatch. Overrides EasyContactFormsBase::dispatch()
  *
  * 	invokes requested object methods
  *
  * @param array $dispmap
  * 	request data
  */
 function dispatch($dispmap)
 {
     $dispmap = parent::dispatch($dispmap);
     if ($dispmap == NULL) {
         return NULL;
     }
     $dispmethod = $dispmap["m"];
     switch ($dispmethod) {
         case 'processEntry':
             $this->processEntry($dispmap);
             return NULL;
         default:
             return $dispmap;
     }
 }
 /**
  * 	dispatch. Overrides EasyContactFormsBase::dispatch()
  *
  * 	invokes requested object methods
  *
  * @param array $dispmap
  * 	request data
  */
 function dispatch($dispmap)
 {
     $dispmap = parent::dispatch($dispmap);
     if ($dispmap == NULL) {
         return NULL;
     }
     $dispmethod = $dispmap["m"];
     switch ($dispmethod) {
         case 'allowPBLink':
             $this->allowPBLink($dispmap);
             return NULL;
         case 'setOptionValue':
             $this->setOptionValue($dispmap);
             return NULL;
         default:
             return $dispmap;
     }
 }
 /**
  * 	dispatch. Overrides EasyContactFormsBase::dispatch()
  *
  * 	invokes requested object methods
  *
  * @param array $dispmap
  * 	request data
  */
 function dispatch($dispmap)
 {
     $dispmap = parent::dispatch($dispmap);
     if ($dispmap == NULL) {
         return NULL;
     }
     $dispmethod = $dispmap["m"];
     switch ($dispmethod) {
         case 'add':
             $this->add($dispmap);
             return NULL;
         case 'copy':
             $this->copy($dispmap);
             return NULL;
         case 'preview':
             $this->preview($dispmap);
             return NULL;
         case 'refreshForm':
             $this->refreshForm($dispmap);
             return NULL;
         case 'resetStatistics':
             $this->resetStatistics($dispmap);
             return NULL;
         case 'val':
             $this->val($dispmap);
             return NULL;
         default:
             return $dispmap;
     }
 }
 /**
  * 	dispatch. Overrides EasyContactFormsBase::dispatch()
  *
  * 	invokes requested object methods
  *
  * @param array $dispmap
  * 	request data
  */
 function dispatch($dispmap)
 {
     $dispmap = parent::dispatch($dispmap);
     if ($dispmap == NULL) {
         return NULL;
     }
     $dispmethod = $dispmap["m"];
     switch ($dispmethod) {
         case 'resetFormPageStatistics':
             $this->resetFormPageStatistics($dispmap);
             return NULL;
         case 'setFormPageStatisticsShowOnDashboard':
             $this->setFormPageStatisticsShowOnDashboard($dispmap);
             return NULL;
         default:
             return $dispmap;
     }
 }
예제 #5
0
 /**
  * 	dispatch. Overrides EasyContactFormsBase::dispatch()
  *
  * 	invokes requested object methods
  *
  * @param array $dispmap
  * 	request data
  */
 function dispatch($dispmap)
 {
     $dispmap = parent::dispatch($dispmap);
     if ($dispmap == NULL) {
         return NULL;
     }
     $dispmethod = $dispmap["m"];
     switch ($dispmethod) {
         case 'deletefile':
             $this->deletefile($dispmap);
             return NULL;
         case 'download':
             $this->download($dispmap);
             return NULL;
         case 'upload':
             $this->upload($dispmap);
             return NULL;
         default:
             return $dispmap;
     }
 }
 /**
  * 	dispatch. Overrides EasyContactFormsBase::dispatch()
  *
  * 	invokes requested object methods
  *
  * @param array $dispmap
  * 	request data
  */
 function dispatch($dispmap)
 {
     $dispmap = parent::dispatch($dispmap);
     if ($dispmap == NULL) {
         return NULL;
     }
     $dispmethod = $dispmap["m"];
     switch ($dispmethod) {
         case 'getEUserASList':
             $this->getEUserASList($dispmap);
             return NULL;
         case 'getUserASList':
             $this->getUserASList($dispmap);
             return NULL;
         default:
             return $dispmap;
     }
 }
 /**
  * 	dispatch. Overrides EasyContactFormsBase::dispatch()
  *
  * 	invokes requested object methods
  *
  * @param array $dispmap
  * 	request data
  */
 function dispatch($dispmap)
 {
     $dispmap = parent::dispatch($dispmap);
     if ($dispmap == NULL) {
         return NULL;
     }
     $dispmethod = $dispmap["m"];
     switch ($dispmethod) {
         case 'addCustomField':
             $this->addCustomField($dispmap);
             return NULL;
         case 'copyField':
             $this->copyField($dispmap);
             return NULL;
         case 'deleteField':
             $this->deleteField($dispmap);
             return NULL;
         case 'fixOrder':
             $this->fixOrder($dispmap);
             return NULL;
         case 'getSettingsForm':
             $this->getSettingsForm($dispmap);
             return NULL;
         case 'moveFieldSet':
             $this->moveFieldSet($dispmap);
             return NULL;
         case 'updateFieldData':
             $this->updateFieldData($dispmap);
             return NULL;
         case 'updateOrder':
             $this->updateOrder($dispmap);
             return NULL;
         default:
             return $dispmap;
     }
 }