Cookies
…
Centum\Http\Cookie(
string $name,
string $value
);
Centum\Http\Cookie
implements Centum\Interfaces\Http\CookieInterface
.
Centum\Http\Cookies
implements Centum\Interfaces\Http\CookiesInterface
.
Cookies Factory
You can obtain a Cookies object made with global variables using the CookiesFactory:
use Centum\Http\CookiesFactory;
$cookiesFactory = new CookiesFactory();
$cookies = $cookiesFactory->createFromGlobals();