Interface yii\debug\components\search\matchers\MatcherInterface
MatcherInterface should be implemented by all matchers that are used in a filter.
Public Methods
Method | Description | Defined By |
---|---|---|
hasValue() | Checks if base value is set | yii\debug\components\search\matchers\MatcherInterface |
match() | Checks if the value passed matches base value. | yii\debug\components\search\matchers\MatcherInterface |
setValue() | Sets base value to match against | yii\debug\components\search\matchers\MatcherInterface |