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 + +