You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - send_events: An optional bool that can disable the sending of events to LaunchDarkly. Defaults to false.
44
46
* - logger: An optional Psr\Log\LoggerInterface. Defaults to a Monolog\Logger sending all messages to the php error_log.
45
47
* - offline: An optional boolean which will disable all network calls and always return the default value. Defaults to false.
48
+
* - feature_requester: An optional LaunchDarkly\FeatureRequester instance.
49
+
* - feature_requester_class: An optional class implementing LaunchDarkly\FeatureRequester, if `feature_requester` is not specified. Defaults to GuzzleFeatureRequester.
50
+
* - event_publisher: An optional LaunchDarkly\EventPublisher instance.
51
+
* - event_publisher_class: An optional class implementing LaunchDarkly\EventPublisher, if `event_publisher` is not specified. Defaults to CurlEventPublisher.
0 commit comments