Documentation

ResponseHasCookie extends Constraint
in package

Table of Contents

$domain  : mixed
$name  : mixed
$path  : mixed
__construct()  : mixed
toString()  : string
{@inheritdoc}
failureDescription()  : string
matches()  : bool
getCookie()  : Cookie|null

Properties

Methods

__construct()

public __construct(string $name[, string $path = '/' ][, string|null $domain = null ]) : mixed
Parameters
$name : string
$path : string = '/'
$domain : string|null = null
Return values
mixed

toString()

{@inheritdoc}

public toString() : string
Return values
string

Search results