Icicle\Http\Message\Cookie\BasicCookie::getValue PHP Метод

getValue() публичный Метод

public getValue ( ) : string
Результат string
    public function getValue() : string
    {
        return $this->value;
    }