Documentation

cookieJar
in package
implements cookieJarInterface

Interfaces, Classes, Traits and Enums

cookieJarInterface

Table of Contents

$cookies  : mixed
$strictMode  : mixed
__construct()  : mixed
clear()  : mixed
clearSessionCookies()  : mixed
count()  : mixed
extractCookies()  : mixed
fromArray()  : mixed
getCookieByName()  : mixed
getCookieValue()  : mixed
getIterator()  : mixed
setCookie()  : mixed
shouldPersist()  : mixed
toArray()  : mixed
withCookieHeader()  : mixed
getCookiePathFromRequest()  : mixed
removeCookieIfEmpty()  : mixed

Properties

Methods

__construct()

public __construct([mixed $strictMode = false ][, mixed $cookieArray = [] ]) : mixed
Parameters
$strictMode : mixed = false
$cookieArray : mixed = []
Return values
mixed

clear()

public clear([mixed $domain = null ][, mixed $path = null ][, mixed $name = null ]) : mixed
Parameters
$domain : mixed = null
$path : mixed = null
$name : mixed = null
Return values
mixed

clearSessionCookies()

public clearSessionCookies() : mixed
Return values
mixed

count()

public count() : mixed
Return values
mixed

fromArray()

public static fromArray(array<string|int, mixed> $cookies, mixed $domain) : mixed
Parameters
$cookies : array<string|int, mixed>
$domain : mixed
Return values
mixed

getCookieByName()

public getCookieByName(mixed $name) : mixed
Parameters
$name : mixed
Return values
mixed

getCookieValue()

public static getCookieValue(mixed $value) : mixed
Parameters
$value : mixed
Return values
mixed

getIterator()

public getIterator() : mixed
Return values
mixed

shouldPersist()

public static shouldPersist(setCookie $cookie[, mixed $allowSessionCookies = false ]) : mixed
Parameters
$cookie : setCookie
$allowSessionCookies : mixed = false
Return values
mixed

toArray()

public toArray() : mixed
Return values
mixed

Search results