ok

Mini Shell

Direktori : /home2/selectio/public_html/3-idiots/vendor/league/glide/src/Responses/
Upload File :
Current File : /home2/selectio/public_html/3-idiots/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);
}

Zerion Mini Shell 1.0