Class yii\httpclient\debug\SearchModel

Inheritanceyii\httpclient\debug\SearchModel » yii\debug\models\search\Base
Available since version2.0

Log search model.

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$method string Method of the input search value yii\httpclient\debug\SearchModel
$request integer Request attribute input search value yii\httpclient\debug\SearchModel
$type string Type of the input search value yii\httpclient\debug\SearchModel

Public Methods

Hide inherited methods

MethodDescriptionDefined By
attributeLabels() yii\httpclient\debug\SearchModel
rules() yii\httpclient\debug\SearchModel
search() Returns data provider with filled models. Filter applied if needed. yii\httpclient\debug\SearchModel

Property Details

$method public property

Method of the input search value

public string $method null
$request public property

Request attribute input search value

public integer $request null
$type public property

Type of the input search value

public string $type null

Method Details

attributeLabels() public method

public void attributeLabels ( )
rules() public method

public void rules ( )
search() public method

Returns data provider with filled models. Filter applied if needed.

public \yii\data\ArrayDataProvider search ( $params, $models )
$params array

An array of parameter values indexed by parameter names

$models array

Data to return provider for