debug\models\search\Log $category

$category public property Method attribute input search value public string $category = null

debug\models\search\Debug 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\Debug 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\Debug isCodeCritical()

isCodeCritical() public method Checks if code is critical. public boolean isCodeCritical ( $code )$code integer

debug\models\search\Debug 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\Debug $url

$url public property Url attribute input search value public string $url = null

debug\models\search\Debug $tag

$tag public property Tag attribute input search value public string $tag = null

debug\models\search\Debug $statusCode

$statusCode public property Status code attribute input search value public string $statusCode = null

debug\models\search\Debug $sqlCount

$sqlCount public property Sql count attribute input search value public integer $sqlCount = null

debug\models\search\Debug $method

$method public property Method attribute input search value public string $method = null