Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/163'
Browse files Browse the repository at this point in the history
Close #163
  • Loading branch information
weierophinney committed Dec 19, 2016
2 parents 69882b8 + 9a9f816 commit b6b646b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/book/configuring-the-service-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ constructor. The following keys are:
- `abstract_factories`: a list of abstract factories classes. An abstract
factory is a factory that can potentially create any object, based on some
criterias.
- `delegators`: TODO (delegators are described in their own section).
- `delegators`: an associative array that maps service keys to lists of delegator factory keys, see the [delegators documentation](delegators.md) for more details.
- `aliases`: associative array that map a key to a service key (or another alias).
- `initializers`: a list of callable or initializers that are run whenever a service has been created.
- `shared`: associative array that map a service name to a boolean, in order to
Expand Down

0 comments on commit b6b646b

Please sign in to comment.