= static::MIN && $value <= static::MAX; } protected static function filter($value) { return (int) $value; } }