debug\components\TimelineDataProvider $rulers

$rulers public read-only property public array getRulers ( $line = 10 )

debug\components\TimelineDataProvider $panel

$panel protected property protected yii\debug\panels\TimelinePanel $panel = null

debug\components\search\matchers\SameAs match()

match() public method Checks if the value passed matches base value. public boolean match ( $value )$value mixed Value to be matched return boolean If there is a match

debug\components\search\matchers\SameAs $partial

$partial public property If partial match should be used. public boolean $partial = false

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

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

debug\components\search\matchers\MatcherInterface match()

match() public abstract method Checks if the value passed matches base value. public abstract boolean match ( $value )$value mixed Value to be matched return boolean If there is a match

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

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

debug\components\search\matchers\LowerThan match()

match() public method Checks if the value passed matches base value. public boolean match ( $value )$value mixed Value to be matched return boolean If there is a match

debug\components\search\matchers\GreaterThanOrEqual match()

match() public method Checks if the value passed matches base value. public boolean match ( $value )$value mixed Value to be matched return boolean If there is a match

debug\components\search\matchers\GreaterThan match()

match() public method Checks if the value passed matches base value. public boolean match ( $value )$value mixed Value to be matched return boolean If there is a match