Example #1
0
 /**
  * @inheritdoc
  */
 public function options($actionId = '')
 {
     $options = parent::options($actionId);
     $options[] = 'run';
     $options[] = 'target';
     return $options;
 }
Example #2
0
 /**
  * @inheritdoc
  */
 public function options($actionId = '')
 {
     $options = parent::options($actionId);
     $options[] = 'run';
     $options[] = 'createConfig';
     return $options;
 }