From eb4bf15cc5e3fcc01d3a829d1505bf8d0ba7d6f4 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 30 Sep 2016 00:31:05 +0200 Subject: [PATCH 1/2] Updated description Updated description about delegators and linked to the other page --- doc/book/configuring-the-service-manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/book/configuring-the-service-manager.md b/doc/book/configuring-the-service-manager.md index d96fd6db..2ac61720 100644 --- a/doc/book/configuring-the-service-manager.md +++ b/doc/book/configuring-the-service-manager.md @@ -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`: associative array that map key to a delegator factory key, 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 From 0154f8769a83b1bc3ad5eac49349b0e9a378a397 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 3 Oct 2016 10:42:55 +0200 Subject: [PATCH 2/2] altered wording --- doc/book/configuring-the-service-manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/book/configuring-the-service-manager.md b/doc/book/configuring-the-service-manager.md index 2ac61720..1327c2f4 100644 --- a/doc/book/configuring-the-service-manager.md +++ b/doc/book/configuring-the-service-manager.md @@ -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`: associative array that map key to a delegator factory key, see the [delegators documentation](delegators.md) for more details. +- `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