From 4c23f60a32b11cae30c69d70bbce4c2eaf0e2e68 Mon Sep 17 00:00:00 2001 From: kenjis Date: Mon, 20 Jun 2022 11:11:05 +0900 Subject: [PATCH] docs: fix Registrars explanation Registrars can add dynamic properties now. --- user_guide_src/source/general/configuration.rst | 2 +- user_guide_src/source/general/configuration/009.php | 2 +- user_guide_src/source/general/configuration/011.php | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/user_guide_src/source/general/configuration.rst b/user_guide_src/source/general/configuration.rst index 1d37f2acf45f..1ea02c5d9aa6 100644 --- a/user_guide_src/source/general/configuration.rst +++ b/user_guide_src/source/general/configuration.rst @@ -289,7 +289,7 @@ A sample configuration class setup for this: .. literalinclude:: configuration/010.php With the above example, when ``MySalesConfig`` is instantiated, it will end up with -the two properties declared, but the value of the ``$target`` property will be overridden +the three properties declared, but the value of the ``$target`` property will be overridden by treating ``RegionalSales`` as a "registrar". The resulting configuration properties: .. literalinclude:: configuration/011.php diff --git a/user_guide_src/source/general/configuration/009.php b/user_guide_src/source/general/configuration/009.php index c578b4d884b7..60827b676c2a 100644 --- a/user_guide_src/source/general/configuration/009.php +++ b/user_guide_src/source/general/configuration/009.php @@ -1,6 +1,6 @@