コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Dimimo/Booklet
 /**
  * Checks if an attribute exists.
  *
  * @param string|array $key
  *
  * @return bool
  * @static
  */
 public static function exists($key)
 {
     return \Illuminate\Session\Store::exists($key);
 }