debug\components\search\matchers\Base setValue()

setValue() public method Sets base value to match against public void setValue ( $value )$value mixed

debug\components\search\matchers\Base hasValue()

hasValue() public method Checks if base value is set public boolean hasValue ( )return boolean If base value is set

debug\components\search\matchers\Base $value

$value public write-only property public void setValue ( $value )

debug\components\search\matchers\Base $baseValue

$baseValue protected property Base value to check protected mixed $baseValue = null

debug\components\search\Filter filter()

filter() public method Applies filter on a given array and returns filtered data. public array filter ( array $data )$data array Data to filter return array Filtered data

debug\components\search\Filter addMatcher()

addMatcher() public method Adds data filtering rule. public void addMatcher ( $name, yii\debug\components\search\matchers\MatcherInterface $rule )$name string Attribute name $rule yii\debug\components\search\matchers\MatcherInterface

debug\components\search\Filter $rules

$rules protected property Rules for matching filters in the way: [:fieldName => [rule1, rule2,..]] protected array $rules = []

debug\actions\db\ExplainAction run()

run() public method public void run ( $seq, $tag )$seq $tag

debug\actions\db\ExplainAction $panel

$panel public property public yii\debug\panels\DbPanel $panel = null

db\Transaction setIsolationLevel()

setIsolationLevel() public method Sets the transaction isolation level for this transaction. This method can be used to set the isolation level while the transaction is already active. However this is not supported by all DBMS so you might rather specify the isolation level directly when calling begin(). See also http://en.wikipedia.org/wiki/Isolation_(database_systems)#Isolation_levels. public void setIsolationLevel ( $level )$level string The transaction isolation level to use for this