コード例 #1
0
ファイル: Config.php プロジェクト: Doraemons/framework
 /**
  * Determine if the given configuration value exists.
  *
  * @param  string  $key
  * @return bool
  */
 public function has($key)
 {
     return Arr::has($this->items, $key);
 }