LaunchDarkly PHP SDK 6.1.0

LaunchDarkly

Interfaces, Classes, Traits and Enums

EventPublisher
Interface for the component that sends events to the LaunchDarkly service.
FeatureRequester
Interface for the component that retrieves feature flag data.
EvaluationDetail
An object that combines the result of a flag evaluation with an explanation of how it was calculated.
EvaluationReason
Describes the reason that a flag evaluation produced a particular value.
FeatureFlagsState
A snapshot of the state of all feature flags with regard to a specific user.
Curl
Integration with the curl HTTP client.
Files
Integration with filesystem data.
Guzzle
Integration with the Guzzle HTTP client.
FlagBuilder
A builder for feature flag configurations to be used with TestData.
FlagRuleBuilder
A builder for feature flag rules to be used with FlagBuilder.
MigrationSettingsBuilder
TestData
LDClient
A client for the LaunchDarkly API.
LDContext
A collection of attributes that can be referenced in flag evaluations and analytics events.
LDContextBuilder
A mutable object that uses the builder pattern to specify properties for LDContext.
LDContextMultiBuilder
A mutable object that uses the builder pattern to specify properties for a multi-context.
MigrationConfig
A migration config stores references to callable methods which execute customer defined read or write operations on old or new origins of information. For read operations, an optional comparison function also be defined.
Migrator
Migrator is a class for performing a technology migration.
MigratorBuilder
The migration builder is used to configure and construct an instance of a {@see Migrator}. This migrator can be used to perform LaunchDarkly assisted technology migrations through the use of migration-based feature flags.
OperationResult
The OperationResult pairs an origin with a result.
OpTracker
An OpTracker is responsible for managing the collection of measurements that which a user might wish to record throughout a migration-assisted operation.
WriteResult
The WriteResult pairs an origin with a result.
ApplicationInfo
An object that allows configuration of application metadata.
AttributeReference
An attribute name or path expression identifying a value within an {@see \LaunchDarkly\LDContext}.
Result
A Result is used to reflect the outcome of any operation.

Table of Contents

FALSE_VARIATION_INDEX  = 1
TRUE_VARIATION_INDEX  = 0

Constants

FALSE_VARIATION_INDEX

public mixed FALSE_VARIATION_INDEX = 1

TRUE_VARIATION_INDEX

public mixed TRUE_VARIATION_INDEX = 0

Search results