setValue() public method Sets base value to match against public void setValue ( $value )$value mixed
hasValue() public method Checks if base value is set public boolean hasValue ( )return boolean If base value is set
$value public write-only property public void setValue ( $value )
$baseValue protected property Base value to check protected mixed $baseValue = null
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
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
$rules protected property Rules for matching filters in the way: [:fieldName => [rule1, rule2,..]] protected array $rules = []
run() public method public void run ( $seq, $tag )$seq $tag
$panel public property public yii\debug\panels\DbPanel $panel = null
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
Page 393 of 633