From b9dfd0b1583343431bdbc50002308e7bc99c33a1 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sun, 18 Sep 2016 12:24:05 +1000 Subject: [PATCH] Flesh out docblock --- CRM/Core/OptionValue.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CRM/Core/OptionValue.php b/CRM/Core/OptionValue.php index be150369f8..f4f264172a 100644 --- a/CRM/Core/OptionValue.php +++ b/CRM/Core/OptionValue.php @@ -259,6 +259,8 @@ class CRM_Core_OptionValue { * @param string $fieldName * The name of the field in the DAO. * @param bool $domainSpecific + * Dos this option groujp allow for duplicate options that are + * in separate domain. * * @return bool * true if object exists -- 2.25.1