Class yii\httpclient\debug\SearchModel
Inheritance | yii\httpclient\debug\SearchModel » yii\debug\models\search\Base |
---|---|
Available since version | 2.0 |
Log search model.
Public Properties
Property | Type | Description | Defined 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
Method | Description | Defined 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 of the input search value
Request attribute input search value
Type of the input search value
Method Details
public void attributeLabels ( ) |
public void rules ( ) |
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 |