Request::offsetGet PHP Méthode

offsetGet() public static méthode

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