PHP 클래스 Zend\Diactoros\Response\EmptyResponse

상속: extends Zend\Diactoros\Response
파일 보기 프로젝트 열기: zendframework/zend-diactoros

공개 메소드들

메소드 설명
__construct ( integer $status = 204, array $headers = [] ) Create an empty response with the given status code.
withHeaders ( array $headers ) : EmptyResponse Create an empty response with the given headers.

메소드 상세

__construct() 공개 메소드

Create an empty response with the given status code.
public __construct ( integer $status = 204, array $headers = [] )
$status integer Status code for the response, if any.
$headers array Headers for the response, if any.

withHeaders() 공개 정적인 메소드

Create an empty response with the given headers.
public static withHeaders ( array $headers ) : EmptyResponse
$headers array Headers for the response.
리턴 EmptyResponse