ExpoPusherFileDriver
extends ExpoFileDriver
in package
Table of Contents
- __construct() : mixed
- Construct a new instance
- exists() : bool
- Check whether specified key exists in store or not
Methods
__construct()
Construct a new instance
public
__construct(string $storagePath) : mixed
Parameters
- $storagePath : string
Return values
mixed —exists()
Check whether specified key exists in store or not
public
static exists(string $key) : bool
Parameters
- $key : string