1 | <?php |
||
7 | class File extends DropboxFile |
||
8 | { |
||
9 | /** |
||
10 | * File constructor. |
||
11 | * |
||
12 | * @param string $filePath |
||
13 | * @param string $mode |
||
14 | */ |
||
15 | public function __construct($filePath, $mode = self::MODE_READ) |
||
23 | |||
24 | /** |
||
25 | * @return \GuzzleHttp\Psr7\Stream |
||
26 | */ |
||
27 | protected function getSeekableS3Stream() |
||
33 | } |
This function has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed from the class and what other function to use instead.