| 1 | <?php |
||
| 11 | class PersistentDataStoreFactory |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Make Persistent Data Store |
||
| 15 | * |
||
| 16 | * @param null|string|\Dropbox\Store\PersistentDataStoreInterface $store |
||
| 17 | * |
||
| 18 | * @throws InvalidArgumentException |
||
| 19 | * |
||
| 20 | * @return \Dropbox\Store\PersistentDataStoreInterface |
||
| 21 | */ |
||
| 22 | 58 | public static function makePersistentDataStore($store = null) |
|
| 34 | } |
||
| 35 |