Class yii\debug\components\search\matchers\LowerThan
| Inheritance | yii\debug\components\search\matchers\LowerThan » yii\debug\components\search\matchers\Base » yii\base\Component | 
|---|---|
| Implements | yii\debug\components\search\matchers\MatcherInterface | 
| Available since version | 2.0 | 
Checks if the given value is lower than the base one.
Protected Properties
| Property | Type | Description | Defined By | 
|---|---|---|---|
| $baseValue | mixed | Base value to check | yii\debug\components\search\matchers\Base | 
Public Methods
| Method | Description | Defined By | 
|---|---|---|
| hasValue() | Checks if base value is set | yii\debug\components\search\matchers\Base | 
| match() | Checks if the value passed matches base value. | yii\debug\components\search\matchers\LowerThan | 
| setValue() | Sets base value to match against | yii\debug\components\search\matchers\Base |