FlowFeature
FinalYes
Table of Contents
Constants
- FEATURE_ID = 'tasks_flow'
- KEY = 'feature_flows_enabled'
- LIMIT_CODE = 'limit_tasks_flows'
Methods
- canTurnOnTrial() : bool
- isFeatureEnabled() : bool
- isFeatureEnabledByTrial() : bool
- isOn() : bool
- isOptionEnabled() : bool
- turnOff() : void
- turnOffForUsers() : void
- turnOn() : void
- turnOnForUsers() : void
- turnOnTrial() : void
Constants
FEATURE_ID
public
mixed
FEATURE_ID
= 'tasks_flow'
KEY
public
mixed
KEY
= 'feature_flows_enabled'
LIMIT_CODE
public
mixed
LIMIT_CODE
= 'limit_tasks_flows'
Methods
canTurnOnTrial()
public
static canTurnOnTrial() : bool
Return values
boolisFeatureEnabled()
public
static isFeatureEnabled() : bool
Return values
boolisFeatureEnabledByTrial()
public
static isFeatureEnabledByTrial() : bool
Return values
boolisOn()
public
static isOn() : bool
Return values
boolisOptionEnabled()
public
static isOptionEnabled() : bool
Return values
boolturnOff()
public
static turnOff() : void
turnOffForUsers()
public
static turnOffForUsers(int ...$userIds) : void
Parameters
- $userIds : int
turnOn()
public
static turnOn() : void
turnOnForUsers()
public
static turnOnForUsers(int ...$userIds) : void
Parameters
- $userIds : int
turnOnTrial()
public
static turnOnTrial() : void