yii\httpclient\debug\HttpClientPanel::getDetail PHP Method

getDetail() public method

public getDetail ( )
    public function getDetail()
    {
        $searchModel = new SearchModel();
        $dataProvider = $searchModel->search(Yii::$app->request->getQueryParams(), $this->getModels());
        return Yii::$app->view->render('@yii/httpclient/debug/views/detail', ['panel' => $this, 'dataProvider' => $dataProvider, 'searchModel' => $searchModel]);
    }