芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/airport-back/vendor/yiisoft/yii2-debug/src/components/search/matchers/LowerThan.php
* @since 2.0 */ class LowerThan extends Base { /** * {@inheritdoc} */ public function match($value) { return ($value < $this->baseValue); } }