Config
FinalYes
Table of Contents
Constants
- CODE_CLOSED = 'closed'
- CODE_LIMIT = 'limit'
- CODE_NUMBER_OF_VIEWS = 'numberOfViews'
Methods
- getPersonalValue() : mixed
- isToursDeactivated() : bool
- setPersonalValue() : void
Constants
CODE_CLOSED
public
mixed
CODE_CLOSED
= 'closed'
CODE_LIMIT
public
mixed
CODE_LIMIT
= 'limit'
CODE_NUMBER_OF_VIEWS
public
mixed
CODE_NUMBER_OF_VIEWS
= 'numberOfViews'
Methods
getPersonalValue()
public
static getPersonalValue(string $category, string $option[, string $code = null ]) : mixed
Parameters
- $category : string
- $option : string
- $code : string = null
isToursDeactivated()
public
static isToursDeactivated(string $category) : bool
Parameters
- $category : string
Return values
boolsetPersonalValue()
public
static setPersonalValue(string $category, string $option, string $code, string $value) : void
Parameters
- $category : string
- $option : string
- $code : string
- $value : string