ClientBlacklistFilter implements FilterInterface
Class for filtering requests from blacklisted HTTP clients.
Tags
Interfaces, Classes and Traits
- FilterInterface
- Interface for HTTP filters applied to front controller requests.
Table of Contents
- $logger : Logger
- Trace logger.
- __construct() : mixed
- Constructor.
- process() : mixed
- 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
Return values
mixed —process()
The method for doing the work of the filter.
public
process(mixed $request) : mixed
Parameters
- $request : mixed