Name extends Column
FinalYes
Table of Contents
Methods
- __construct() : mixed
- getCounter() : array<string|int, mixed>
- getId() : string
- hasCounter() : bool
- isVisible() : bool
- prepareData() : array<string|int, mixed>
- userId is always in params
- toArray() : array<string|int, mixed>
Methods
__construct()
public
__construct() : mixed
getCounter()
public
getCounter(Flow $flow, int $userId) : array<string|int, mixed>
Parameters
- $flow : Flow
- $userId : int
Return values
array<string|int, mixed>getId()
public
getId() : string
Return values
stringhasCounter()
public
hasCounter() : bool
Return values
boolisVisible()
public
isVisible() : bool
Return values
boolprepareData()
userId is always in params
public
prepareData(Flow $flow[, array<string|int, mixed> $params = [] ]) : array<string|int, mixed>
Parameters
- $flow : Flow
- $params : array<string|int, mixed> = []
Return values
array<string|int, mixed>toArray()
public
toArray() : array<string|int, mixed>