FlowCollection
implements
IteratorAggregate, Arrayable, Countable, ArrayAccess
Table of Contents
Interfaces
- IteratorAggregate
- Arrayable
- Countable
- ArrayAccess
Methods
-
__call()
: mixed
-
__construct()
: mixed
-
add()
: static
-
count()
: int
-
filter()
: FlowCollection
-
getFlows()
: array<string|int, mixed>
-
getGroupIdList()
: array<string|int, mixed>
-
getIdList()
: array<string|int, mixed>
-
getIterator()
: array<string|int, Flow>
-
getOwnerIdList()
: array<string|int, mixed>
-
isEmpty()
: bool
-
offsetExists()
: bool
-
offsetGet()
: Flow|null
-
offsetSet()
: void
-
offsetUnset()
: void
-
toArray()
: array<string|int, mixed>
__call()
public
__call(string $name, array<string|int, mixed> $args) : mixed
Parameters
-
$name
: string
-
-
$args
: array<string|int, mixed>
-
__construct()
public
__construct(Flow ...$flows) : mixed
Parameters
-
$flows
: Flow
-
add()
public
add(Flow $flow) : static
Parameters
-
$flow
: Flow
-
count()
public
count() : int
filter()
public
filter(FlowDistributionType $distributionType) : FlowCollection
Parameters
-
$distributionType
: FlowDistributionType
-
getFlows()
public
getFlows() : array<string|int, mixed>
Return values
array<string|int, mixed>
getGroupIdList()
public
getGroupIdList() : array<string|int, mixed>
Return values
array<string|int, mixed>
getIdList()
public
getIdList() : array<string|int, mixed>
Return values
array<string|int, mixed>
getIterator()
public
getIterator() : array<string|int, Flow>
Return values
array<string|int, Flow>
getOwnerIdList()
public
getOwnerIdList() : array<string|int, mixed>
Return values
array<string|int, mixed>
isEmpty()
public
isEmpty() : bool
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
-
$offset
: mixed
-
offsetGet()
public
offsetGet(mixed $offset) : Flow|null
Parameters
-
$offset
: mixed
-
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
-
$offset
: mixed
-
-
$value
: mixed
-
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
-
$offset
: mixed
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>