From efa31104f0b5bde0f82303093a73df0bb88440e3 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 0c516d585..5511a3769 100644 --- a/developer_manual/basics/setting.rst +++ b/developer_manual/basics/setting.rst @@ -162,3 +162,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 + +