PHP 클래스 yii\httpclient\debug\RequestExecuteAction

부터: 2.0
저자: Paul Klimov ([email protected])
상속: extends yii\base\Action
파일 보기 프로젝트 열기: yiisoft/yii2-httpclient

공개 프로퍼티들

프로퍼티 타입 설명
$panel HttpClientPanel

공개 메소드들

메소드 설명
run ( string $seq, string $tag, boolean $passthru = false ) : Response

보호된 메소드들

메소드 설명
createRequestFromLog ( string $requestLog ) : Request Creates an HTTP request instance from log entry.

메소드 상세

createRequestFromLog() 보호된 메소드

Creates an HTTP request instance from log entry.
protected createRequestFromLog ( string $requestLog ) : Request
$requestLog string HTTP request log entry
리턴 yii\httpclient\Request request instance.

run() 공개 메소드

public run ( string $seq, string $tag, boolean $passthru = false ) : Response
$seq string
$tag string
$passthru boolean whether to send response to the browser or render it as plain text
리턴 yii\web\Response

프로퍼티 상세

$panel 공개적으로 프로퍼티

public HttpClientPanel,yii\httpclient\debug $panel
리턴 HttpClientPanel