blink\http\CookieBag::add PHP Method

add() public method

Add a cookie to the bag.
public add ( blink\http\Cookie $cookie )
$cookie blink\http\Cookie
    public function add(Cookie $cookie)
    {
        $this->cookies[$cookie->name] = $cookie;
    }