DNTHeader
in package
Table of Contents
Methods
- __construct() : mixed
- allowsTracking() : bool
- getState() : bool|null
- hasNoPreference() : bool
- parse() : DNTHeader
Methods
__construct()
public
__construct(bool|null $state) : mixed
Parameters
- $state : bool|null
allowsTracking()
public
allowsTracking() : bool
Return values
boolgetState()
public
getState() : bool|null
Return values
bool|nullhasNoPreference()
public
hasNoPreference() : bool
Return values
boolparse()
public
static parse(HttpHeader $header) : DNTHeader
Parameters
- $header : HttpHeader