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

Commit

Permalink
Merge pull request #163 from divix1988/master
Browse files Browse the repository at this point in the history
Updated description
  • Loading branch information
weierophinney committed Dec 19, 2016
2 parents 69882b8 + 0154f87 commit 9a9f816
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 9a9f816

Please sign in to comment.