Exemplo n.º 1
0
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['break_phrase'] = array('default' => FALSE, 'bool' => TRUE);
     $options['not'] = array('default' => FALSE, 'bool' => TRUE);
     return $options;
 }
Exemplo n.º 2
0
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['must_not_be'] = array('default' => FALSE, 'bool' => TRUE);
     return $options;
 }