VanillaCookieExtended extends VanillaCookie
Table of Contents
- getAreaCookie() : object
- Gets an area cookie as an object
- setAreaCookie() : mixed
- Sets a cookie into area cookies portion
Methods
getAreaCookie()
Gets an area cookie as an object
public
getAreaCookie(string $area[, string $propertyName = null ]) : object
Parameters
- $area : string
- $propertyName : string = null
Return values
object —the whole area cookie
setAreaCookie()
Sets a cookie into area cookies portion
public
setAreaCookie(string $area, string $propertyName, mixed $propertyValue) : mixed
Parameters
- $area : string
- $propertyName : string
- $propertyValue : mixed