* @author Mark Jebri <mark.github@yandex.ru> * @since 2.0 */classGreaterextendsBase{/** * Checks if the given value is the same as base one or has partial match with base one. * @param mixed $value */publicfunctioncheck($value){return($value>$this->value);}}