Class yii\debug\models\search\Profile

Inheritanceyii\debug\models\search\Profile » yii\debug\models\search\Base » yii\base\Model
Available since version2.0

Search model for current request profiling log.

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$category string Method attribute input search value yii\debug\models\search\Profile
$info integer Info attribute input search value yii\debug\models\search\Profile

Public Methods

Hide inherited methods

MethodDescriptionDefined By
addCondition() Adds filtering condition for a given attribute yii\debug\models\search\Base
attributeLabels() yii\debug\models\search\Profile
rules() yii\debug\models\search\Profile
search() Returns data provider with filled models. Filter applied if needed. yii\debug\models\search\Profile

Property Details

$category public property

Method attribute input search value

public string $category null
$info public property

Info attribute input search value

public integer $info 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