com.caucho.quercus.lib.filter
Class IntValidateFilter

java.lang.Object
  extended by com.caucho.quercus.lib.filter.AbstractFilter
      extended by com.caucho.quercus.lib.filter.IntValidateFilter
All Implemented Interfaces:
Filter, ValidateFilter

public class IntValidateFilter
extends AbstractFilter
implements ValidateFilter


Constructor Summary
IntValidateFilter()
           
 
Method Summary
protected  Value filterImpl(Env env, Value value, int flags, ArrayValue options)
           
 
Methods inherited from class com.caucho.quercus.lib.filter.AbstractFilter
filter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.caucho.quercus.lib.filter.Filter
filter
 

Constructor Detail

IntValidateFilter

public IntValidateFilter()
Method Detail

filterImpl

protected Value filterImpl(Env env,
                           Value value,
                           int flags,
                           ArrayValue options)
Overrides:
filterImpl in class AbstractFilter