PHP Class yii\httpclient\debug\SearchModel

Inheritance: extends yii\debug\models\search\Base
Datei anzeigen Open project: yiisoft/yii2-httpclient Class Usage Examples

Public Properties

Property Type Description
$method method of the input search value
$request request attribute input search value
$type type of the input search value

Public Methods

Method Description
attributeLabels ( )
rules ( )
search ( array $params, array $models ) : ArrayDataProvider Returns data provider with filled models. Filter applied if needed.

Method Details

attributeLabels() public method

public attributeLabels ( )

rules() public method

public rules ( )

Property Details

$method public_oe property

method of the input search value
public $method

$request public_oe property

request attribute input search value
public $request

$type public_oe property

type of the input search value
public $type