|
17 | 17 | * FlysystemManager |
18 | 18 | * |
19 | 19 | * @method \League\Flysystem\FilesystemInterface addPlugin(\League\Flysystem\PluginInterface $plugin) |
| 20 | + * @method void assertAbsent(string $path) |
| 21 | + * @method void assertPresent(string $path) |
20 | 22 | * @method boolean copy(string $path, string $newpath) |
21 | 23 | * @method boolean createDir(string $dirname, array $config = null) |
22 | 24 | * @method boolean delete(string $path) |
23 | 25 | * @method boolean deleteDir(string $dirname) |
24 | 26 | * @method \League\Flysystem\Handler get(string $path, \League\Flysystem\Handler $handler = null) |
| 27 | + * @method \League\Flysystem\AdapterInterface getAdapter() |
| 28 | + * @method \League\Flysystem\Config getConfig() |
25 | 29 | * @method array|false getMetadata(string $path) |
26 | 30 | * @method string|false getMimetype(string $path) |
27 | 31 | * @method integer|false getSize(string $path) |
28 | 32 | * @method integer|false getTimestamp(string $path) |
29 | 33 | * @method string|false getVisibility(string $path) |
| 34 | + * @method array getWithMetadata(string $path, array $metadata) |
30 | 35 | * @method boolean has(string $path) |
31 | 36 | * @method array listContents(string $directory = '', boolean $recursive = false) |
| 37 | + * @method array listFiles(string $path = '', boolean $recursive = false) |
| 38 | + * @method array listPaths(string $path = '', boolean $recursive = false) |
| 39 | + * @method array listWith(array $keys = [], $directory = '', $recursive = false) |
32 | 40 | * @method boolean put(string $path, string $contents, array $config = []) |
33 | 41 | * @method boolean putStream(string $path, resource $resource, array $config = []) |
34 | 42 | * @method string|false read(string $path) |
|
0 commit comments