public function SetCookie::setDomain in Lockr 7.3
Set the domain of the cookie
Parameters
string $domain:
File
- vendor/
guzzlehttp/ guzzle/ src/ Cookie/ SetCookie.php, line 160
Class
- SetCookie
- Set-Cookie object
Namespace
GuzzleHttp\CookieCode
public function setDomain($domain) {
$this->data['Domain'] = $domain;
}