Interfaces, Classes and Traits
- SegmentFactory
Table of Contents
-
$segmentFactories
: array<string|int, mixed>
-
__construct()
: mixed
-
create()
: Segment
-
types()
: array<string|int, mixed>
$segmentFactories
private
array<string|int, mixed>
$segmentFactories
__construct()
public
__construct(SegmentFactory ...$segmentFactories) : mixed
Parameters
-
$segmentFactories
: SegmentFactory
-
Return values
mixed
—
create()
public
create(string $segmentId, string $segmentType, array<string, mixed> $criteria) : Segment
Parameters
-
$segmentId
: string
-
-
$segmentType
: string
-
-
$criteria
: array<string, mixed>
-
Return values
Segment
—
types()
public
types() : array<string|int, mixed>
Return values
array<string|int, mixed>
—