ClientTempBlacklistFilter
in package
implements
FilterInterface
Class for filtering requests from temporariy blacklisted HTTP clients.
Tags
Table of Contents
Interfaces
- FilterInterface
- Interface for HTTP filters applied to front controller requests.
Properties
Methods
- __construct() : mixed
- Constructor.
- process() : void
- The method for doing the work of the filter.
Properties
$logger
Trace logger.
private
static Logger
$logger
= null
Tags
Methods
__construct()
Constructor.
public
__construct() : mixed
Tags
process()
The method for doing the work of the filter.
public
process(mixed $request) : void
Parameters
- $request : mixed