Esempio n. 1
0
 public function getOptions()
 {
     $options = parent::getOptions();
     $options['frontend_type'] = 'getpdf';
     return $options;
 }
Esempio n. 2
0
 /**
  * @return array
  */
 public function getOptions()
 {
     $options = parent::getOptions();
     $options['frontend_type'] = 'ajaxdeletefield';
     return $options;
 }
Esempio n. 3
0
 /**
  * @return array
  */
 public function getOptions()
 {
     $options = parent::getOptions();
     $options['frontend_type'] = 'schedule-sync';
     return $options;
 }
 /**
  * @return ActionConfiguration
  */
 public function getOptions()
 {
     $options = parent::getOptions();
     $options['frontend_type'] = 'workflow-activate';
     return $options;
 }