Class yii\debug\models\search\Profile
Inheritance | yii\debug\models\search\Profile » yii\debug\models\search\Base » yii\base\Model |
---|---|
Available since version | 2.0 |
Search model for current request profiling log.
Public Properties
Property | Type | Description | Defined 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
Method | Description | Defined 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
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 |