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
Copy file name to clipboardExpand all lines: README.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,17 @@ Create the Optimizely client, for example:
32
32
$optimizely = new Optimizely(<<DATAFILE>>);
33
33
```
34
34
35
-
You can also provide an implementation of the `ProjectConfigManagerInterface` in the constructor:
35
+
Or you may also use OptimizelyFactory method to create an optimizely client using your SDK key and an optional fallback datafile. Using this method internally creates an HTTProjectConfigManager. See HTTProjectConfigManager for further detail.
0 commit comments