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
{{ message }}
This repository was archived by the owner on Feb 6, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: doc/book/configuring-the-service-manager.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ constructor. The following keys are:
8
8
-`abstract_factories`: a list of abstract factories classes. An abstract
9
9
factory is a factory that can potentially create any object, based on some
10
10
criterias.
11
-
-`delegators`: associative array that map key to a delegator factory key, see the [delegators documentation](delegators.md) for more details.
11
+
-`delegators`: an associative array that maps service keys to lists of delegator factory keys, see the [delegators documentation](delegators.md) for more details.
12
12
-`aliases`: associative array that map a key to a service key (or another alias).
13
13
-`initializers`: a list of callable or initializers that are run whenever a service has been created.
14
14
-`shared`: associative array that map a service name to a boolean, in order to
0 commit comments