Interfaces, Classes and Traits
- ToggleStrategy
Table of Contents
-
NAME
= 'enable_by_matching_identity_id'
-
$id
: string
-
$segments
: Segments
-
__construct()
: mixed
-
id()
: string
-
isSatisfiedBy()
: bool
-
jsonSerialize()
: array<string, string|array>
-
toArray()
: array<string, string|array>
-
type()
: string
NAME
public
mixed
NAME
= 'enable_by_matching_identity_id'
$id
private
string
$id
$segments
private
Segments
$segments
__construct()
public
__construct(string $id, Segments $segments) : mixed
Parameters
-
$id
: string
-
-
$segments
: Segments
-
Return values
mixed
—
id()
public
id() : string
Return values
string
—
isSatisfiedBy()
public
isSatisfiedBy(ConsumerIdentity $identity) : bool
Parameters
-
$identity
: ConsumerIdentity
-
Return values
bool
—
jsonSerialize()
public
jsonSerialize() : array<string, string|array>
Return values
array<string, string|array>
—
toArray()
public
toArray() : array<string, string|array>
Return values
array<string, string|array>
—
type()
public
type() : string
Return values
string
—