PHP Класс Elgg\Application\ServeFileHandler

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( ElggCrypto $crypto, Config $config ) Constructor
getResponse ( Request $request ) : Response Handle a request for a file

Приватные методы

Метод Описание
getCookieValue ( Request $request ) : string Get the session ID from the cookie

Описание методов

__construct() публичный Метод

Constructor
public __construct ( ElggCrypto $crypto, Config $config )
$crypto ElggCrypto Crypto service
$config Elgg\Config Config service

getResponse() публичный Метод

Handle a request for a file
public getResponse ( Request $request ) : Response
$request Elgg\Http\Request HTTP request
Результат Symfony\Component\HttpFoundation\Response