PHP 클래스 Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory

저자: Kévin Dunglas ([email protected])
상속: implements Symfony\Bridge\PsrHttpMessage\HttpFoundationFactoryInterface
파일 보기 프로젝트 열기: symfony/psr-http-message-bridge 1 사용 예제들

공개 메소드들

메소드 설명
createRequest ( Psr\Http\Message\ServerRequestInterface $psrRequest )
createResponse ( Psr\Http\Message\ResponseInterface $psrResponse )

보호된 메소드들

메소드 설명
getTemporaryPath ( ) : string Gets a temporary file path.

비공개 메소드들

메소드 설명
createCookie ( string $cookie ) : Cookie Creates a Cookie instance from a cookie string.
createUploadedFile ( Psr\Http\Message\UploadedFileInterface $psrUploadedFile ) : Symfony\Component\HttpFoundation\File\UploadedFile Creates Symfony UploadedFile instance from PSR-7 ones.
getFiles ( array $uploadedFiles ) : array Converts to the input array to $_FILES structure.

메소드 상세

createRequest() 공개 메소드

public createRequest ( Psr\Http\Message\ServerRequestInterface $psrRequest )
$psrRequest Psr\Http\Message\ServerRequestInterface

createResponse() 공개 메소드

public createResponse ( Psr\Http\Message\ResponseInterface $psrResponse )
$psrResponse Psr\Http\Message\ResponseInterface

getTemporaryPath() 보호된 메소드

Gets a temporary file path.
protected getTemporaryPath ( ) : string
리턴 string