Config
Table of Contents
Constants
-
CACHE_DIR
= '/imopenlines/livechat/'
-
CACHE_ID_PREFIX_
= 'livechat_config_'
Methods
-
clearCache()
: void
-
getByCode()
: array<string|int, mixed>|bool
-
getError()
: BasicError
CACHE_DIR
public
mixed
CACHE_DIR
= '/imopenlines/livechat/'
CACHE_ID_PREFIX_
public
mixed
CACHE_ID_PREFIX_
= 'livechat_config_'
clearCache()
public
static clearCache() : void
getByCode()
public
static getByCode(mixed $code) : array<string|int, mixed>|bool
Parameters
-
$code
: mixed
-
-
throws
-
ArgumentException
-
throws
-
ArgumentNullException
-
throws
-
ArgumentOutOfRangeException
-
throws
-
LoaderException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
Return values
array<string|int, mixed>|bool
getError()
public
static getError() : BasicError