public function SetCookie::setValue in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php \GuzzleHttp\Cookie\SetCookie::setValue()
Set the cookie value
Parameters
string $value Cookie value:
File
- vendor/
guzzlehttp/ guzzle/ src/ Cookie/ SetCookie.php, line 141
Class
- SetCookie
- Set-Cookie object
Namespace
GuzzleHttp\CookieCode
public function setValue($value) {
$this->data['Value'] = $value;
}