debug\models\search\Debug $mailCount

$mailCount public property Total mail count attribute input search value public integer $mailCount = null

debug\models\search\Debug $ip

$ip public property Ip attribute input search value public string $ip = null

debug\models\search\Debug $criticalCodes

$criticalCodes public property Critical codes, used to determine grid row options. public array $criticalCodes = [400, 404, 500]

debug\models\search\Debug $ajax

$ajax public property Ajax attribute input search value public integer $ajax = null

debug\models\search\Db search()

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

debug\models\search\Db rules()

rules() public method Returns the validation rules for attributes. Validation rules are used by validate() to check if attribute values are valid. Child classes may override this method to declare different validation rules. Each rule is an array with the following structure: [ ['attribute1', 'attribute2'], 'validator type', 'on' => ['scenario1', 'scenario2'], //...other parameters... ] where attribute list: required, specifies the attributes array to be validated, for s

debug\models\search\Db attributeLabels()

attributeLabels() public method Returns the attribute labels. Attribute labels are mainly used for display purpose. For example, given an attribute firstName, we can declare a label First Name which is more user-friendly and can be displayed to end users. By default an attribute label is generated using generateAttributeLabel(). This method allows you to explicitly specify attribute labels. Note, in order to inherit labels defined in the parent class, a child class needs to merge the parent

debug\models\search\Db $type

$type public property Type of the input search value public string $type = null

debug\models\search\Db $query

$query public property Query attribute input search value public integer $query = null

debug\models\search\Base addCondition()

addCondition() public method Adds filtering condition for a given attribute public void addCondition ( yii\debug\components\search\Filter $filter, $attribute, $partial = false )$filter yii\debug\components\search\Filter Filter instance $attribute string Attribute to filter $partial boolean If partial match should be used