Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/vendor-1/magento/framework/App/Response/
Upload File :
Current File : /home/dev2.destoffenstraat.com/vendor-1/magento/framework/App/Response/FileInterface.php

<?php
/**
 * Interface of response sending file content
 *
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Framework\App\Response;

/**
 * Interface \Magento\Framework\App\Response\FileInterface
 *
 */
interface FileInterface extends HttpInterface
{
    /**
     * Set path to the file being sent
     *
     * @param string $path
     * @return void
     */
    public function setFilePath($path);
}