示例#1
0
文件: Command.php 项目: demental/m
 public static function setOptions($options)
 {
     self::$options = array_merge(self::$options, $options);
 }