Property | Type | Description | |
---|---|---|---|
$fallback | The fallback driver. |
Method | Description | |
---|---|---|
fallback ( |
Append a fallback driver to the end of the chain. | |
get ( string $ip ) : |
Handle the driver request. |
Method | Description | |
---|---|---|
hydrate ( |
Hydrates the position with the given location instance using the drivers array map. | |
process ( string $ip ) : Illuminate\Support\Fluent | boolean | Process the specified driver. | |
url ( ) : string | Returns the URL to use for querying the current driver. |
public fallback ( |
||
$handler |
abstract protected hydrate ( |
||
$position | ||
$location | Illuminate\Support\Fluent | |
return |