PHP Class yii\debug\models\search\Db

Since: 2.0
Author: Qiang Xue ([email protected])
Author: Mark Jebri ([email protected])
Inheritance: extends Base
Show file Open project: yiisoft/yii2-debug Class Usage Examples

Public Properties

Property Type Description
$query query attribute input search value
$type type of the input search value

Public Methods

Method Description
attributeLabels ( )
rules ( )
search ( 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

$query public property

query attribute input search value
public $query

$type public property

type of the input search value
public $type