PHP Класс yii\httpclient\debug\RequestExecuteAction

С версии: 2.0
Автор: Paul Klimov ([email protected])
Наследование: extends yii\base\Action
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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