LaunchDarkly PHP SDK 5.1.0

LaunchDarklyPHPSDK

Interfaces, Classes and Traits

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.
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.
LDUser
Contains specific attributes of a user browsing your site.
LDUserBuilder
A builder for constructing LDUser objects.
ApplicationInfo
An object that allows configuration of application metadata.
AttributeReference
An attribute name or path expression identifying a value within an {@see \LaunchDarkly\LDContext}.

Table of Contents

FALSE_VARIATION_INDEX  = 1
TRUE_VARIATION_INDEX  = 0
isAllowableUserCustomAttr()  : bool

Constants

FALSE_VARIATION_INDEX

public mixed FALSE_VARIATION_INDEX = 1

TRUE_VARIATION_INDEX

public mixed TRUE_VARIATION_INDEX = 0

Functions

isAllowableUserCustomAttr()

isAllowableUserCustomAttr(string $name) : bool
Parameters
$name : string
Return values
bool

Search results