$config
$config : \CodeIgniter\Config\BaseConfig
Our configuration.
class Honeypot
$config : \CodeIgniter\Config\BaseConfig
Our configuration.
__construct(\CodeIgniter\Config\BaseConfig $config)
Constructor.
\CodeIgniter\Config\BaseConfig | $config |
hasContent(\CodeIgniter\HTTP\RequestInterface $request)
Checks the request if honeypot field has data.
\CodeIgniter\HTTP\RequestInterface | $request |
attachHoneypot(\CodeIgniter\HTTP\ResponseInterface $response)
Attaches Honeypot template to response.
\CodeIgniter\HTTP\ResponseInterface | $response |
Loading…