PHP 클래스 Elgg\Application\ServeFileHandler

파일 보기 프로젝트 열기: elgg/elgg 1 사용 예제들

공개 메소드들

메소드 설명
__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