예제 #1
0
 /**
  * Determine if a given offset exists.
  *
  * @param  string  $key
  * @return bool
  */
 public static function offsetExists($key)
 {
     return static::$instance->offsetExists($key);
 }