Request::offsetGet PHP Method

offsetGet() public static method

Get the value at the given offset.
public static offsetGet ( string $offset ) : mixed
$offset string
return mixed
        public static function offsetGet($offset)
        {
            return \Illuminate\Http\Request::offsetGet($offset);
        }