\DevOwl\RealCookieBannerClear

Clear server-side cookies like `http` cookies.

Summary

Methods
Properties
Constants
getPluginConstantPrefix()
byCookies()
byTechnicalDefinition()
byHttpCookieName()
getInstance()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
__construct()
$me
N/A

Properties

Methods

getPluginConstantPrefix()

getPluginConstantPrefix(): string

Get the prefix of this plugin so composer packages can dynamically build other constant values on it.

Returns

string

byCookies()

byCookies(array<mixed,integer>  $cookies)

Clear cookies by cookie ids.

Parameters

array<mixed,integer> $cookies

byTechnicalDefinition()

byTechnicalDefinition(array  $technicalDefinition)

Clear a cookie by technical definition.

Parameters

array $technicalDefinition

byHttpCookieName()

byHttpCookieName(string  $name,string  $host)

Unset a cookie from the same host by name.

Parameters

string $name
string $host

getInstance()

getInstance()

Get singleton instance.

__construct()

__construct()

C'tor.