Class yii\debug\components\search\matchers\GreaterThan
Inheritance | yii\debug\components\search\matchers\GreaterThan » 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 greater 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\GreaterThan |
setValue() | Sets base value to match against | yii\debug\components\search\matchers\Base |