From 43d9dc610a3e634d9a023f1824622b3fa972d351 Mon Sep 17 00:00:00 2001 From: zak39 Date: Fri, 3 Jun 2022 09:49:58 +0200 Subject: [PATCH] Explain how to add several IDelegatedSettings classes 'settings' In this documentation, there is no explanation on how to add several IDelegatedSettings' classes for a function. Signed-off-by: zak39 --- developer_manual/basics/setting.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/developer_manual/basics/setting.rst b/developer_manual/basics/setting.rst index 7533ffd81..c04d92891 100644 --- a/developer_manual/basics/setting.rst +++ b/developer_manual/basics/setting.rst @@ -176,3 +176,20 @@ setting with annotations. ... } + +If you have several classes that implement `IDelegatedSettings` for a function. You must add them in the key "settings" and they must seperate with semi-colons. + +.. code-block:: php + +