Example #1
0
 /**
  * Determine if the given offset exists.
  *
  * @param string $offset
  * @return bool 
  * @static 
  */
 public static function offsetExists($offset)
 {
     return \Illuminate\Http\Request::offsetExists($offset);
 }