%PDF- %PDF-
Direktori : /var/www/html/geotechnics/api/vendor/league/glide/src/Responses/ |
Current File : /var/www/html/geotechnics/api/vendor/league/glide/src/Responses/ResponseFactoryInterface.php |
<?php namespace League\Glide\Responses; use League\Flysystem\FilesystemInterface; interface ResponseFactoryInterface { /** * Create response. * @param FilesystemInterface $cache Cache file system. * @param string $path Cached file path. * @return mixed The response object. */ public function create(FilesystemInterface $cache, $path); }