com.caucho.quercus.lib.filter
Class BooleanValidateFilter

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

public class BooleanValidateFilter
extends AbstractFilter
implements ValidateFilter


Constructor Summary
BooleanValidateFilter()
           
 
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

BooleanValidateFilter

public BooleanValidateFilter()
Method Detail

filterImpl

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