예제 #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;
 }
예제 #2
0
파일: Null.php 프로젝트: alnutile/drunatra
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['must_not_be'] = array('default' => FALSE, 'bool' => TRUE);
     return $options;
 }