示例#1
0
文件: Kisma.php 项目: kisma/kisma
 /**
  * @param string $key
  * @param string $subKey
  *
  * @return mixed
  */
 public static function removeFrom($key, $subKey)
 {
     Option::removeFrom(static::$_options, static::_getKeyTag($key), $subKey);
 }