Class yii\debug\models\timeline\Search
| Inheritance | yii\debug\models\timeline\Search » yii\debug\models\search\Base » yii\base\Model | 
|---|---|
| Available since version | 2.0.8 | 
Search model for timeline data.
Public Properties
| Property | Type | Description | Defined By | 
|---|---|---|---|
| $category | string | Attribute search | yii\debug\models\timeline\Search | 
| $duration | integer | Attribute search | yii\debug\models\timeline\Search | 
Public Methods
| Method | Description | Defined By | 
|---|---|---|
| addCondition() | Adds filtering condition for a given attribute | yii\debug\models\search\Base | 
| attributeLabels() | yii\debug\models\timeline\Search | |
| rules() | yii\debug\models\timeline\Search | |
| search() | Returns data provider with filled models. Filter applied if needed. | yii\debug\models\timeline\Search | 
Property Details
Method Details
| public void attributeLabels ( ) | 
| public void rules ( ) | 
Returns data provider with filled models. Filter applied if needed.
| public yii\debug\models\timeline\DataProvider search ( $params, $panel ) | ||
| $params | array | $params an array of parameter values indexed by parameter names | 
| $panel | \yii\debug\models\timeline\TimeLinePanel | |