SetCookie
    
            
            in package
            
        
    
    
    
Every commit to a `Consent` produces a set of cookies which need to be set on the client's website.
Table of Contents
Properties
Methods
- __construct() : mixed
- C'tor.
Properties
$expire
Cookie expire.
    public
        int
    $expire
    
    
    
    
$key
Cookie key.
    public
        string
    $key
    
    
    
    
$value
Cookie value.
    public
        string
    $value
    
    
    
    
Methods
__construct()
C'tor.
    public
                    __construct() : mixed