Пример #1
0
 public function download(File $file)
 {
     return $this->getHttpClient()->get('http://' . $this->ip . ':' . $this->web . '/DCIM/' . $file->getPath())->getBody();
 }
Пример #2
0
 protected function getPhotoFilename(File $file, $size = null)
 {
     return 'photos/' . $file->getSequence() . ($size ? '-' . $size : '') . '.jpg';
 }