FlowProvider
FinalYes
Table of Contents
Constants
- COUNTER_EXPIRED = 'expired'
- COUNTER_NEW_COMMENTS = 'new_comments'
- COUNTER_NONE = 'none'
- ORDER_ACTIVITY = 'ACTIVITY'
- PRESET_NONE = 'none'
- PUSH_COMMAND_FLOW_ADDED = 'flow_add'
- PUSH_COMMAND_FLOW_DELETED = 'flow_delete'
- PUSH_COMMAND_FLOW_UPDATED = 'flow_update'
Methods
- __construct() : mixed
- disableShowFlowsFeatureInfoFlag() : bool
- getFlowById() : FlowDto|null
- getFlows() : array<string|int, mixed>
- getFlowsById() : array<string|int, FlowDto>
- getSearchBarPresets() : array<string|int, mixed>
- getShowFlowsFeatureInfo() : bool
- getTotalCounters() : array<string|int, mixed>
- subscribeCurrentUserToPull() : bool
Constants
COUNTER_EXPIRED
public
mixed
COUNTER_EXPIRED
= 'expired'
COUNTER_NEW_COMMENTS
public
mixed
COUNTER_NEW_COMMENTS
= 'new_comments'
COUNTER_NONE
public
mixed
COUNTER_NONE
= 'none'
ORDER_ACTIVITY
public
mixed
ORDER_ACTIVITY
= 'ACTIVITY'
PRESET_NONE
public
mixed
PRESET_NONE
= 'none'
PUSH_COMMAND_FLOW_ADDED
public
mixed
PUSH_COMMAND_FLOW_ADDED
= 'flow_add'
PUSH_COMMAND_FLOW_DELETED
public
mixed
PUSH_COMMAND_FLOW_DELETED
= 'flow_delete'
PUSH_COMMAND_FLOW_UPDATED
public
mixed
PUSH_COMMAND_FLOW_UPDATED
= 'flow_update'
Methods
__construct()
public
__construct(int $userId[, string $order = FlowProvider::ORDER_ACTIVITY ][, array<string|int, mixed> $extra = [] ][, FlowRequestFilter|null $searchParams = null ][, PageNavigation|null $pageNavigation = null ]) : mixed
Parameters
- $userId : int
- $order : string = FlowProvider::ORDER_ACTIVITY
- $extra : array<string|int, mixed> = []
- $searchParams : FlowRequestFilter|null = null
- $pageNavigation : PageNavigation|null = null
disableShowFlowsFeatureInfoFlag()
public
disableShowFlowsFeatureInfoFlag() : bool
Return values
boolgetFlowById()
public
getFlowById(int $id) : FlowDto|null
Parameters
- $id : int
Return values
FlowDto|nullgetFlows()
public
getFlows() : array<string|int, mixed>
Return values
array<string|int, mixed>getFlowsById()
public
getFlowsById([array<string|int, int> $ids = [] ]) : array<string|int, FlowDto>
Parameters
- $ids : array<string|int, int> = []
Return values
array<string|int, FlowDto>getSearchBarPresets()
public
getSearchBarPresets() : array<string|int, mixed>
Return values
array<string|int, mixed>getShowFlowsFeatureInfo()
public
getShowFlowsFeatureInfo() : bool
Return values
boolgetTotalCounters()
public
getTotalCounters() : array<string|int, mixed>
Return values
array<string|int, mixed>subscribeCurrentUserToPull()
public
subscribeCurrentUserToPull() : bool