コード例 #1
0
ファイル: Numeric.php プロジェクト: alnutile/drunatra
 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;
 }