From a59637c77c4086835b3d3c11ac0d2568c149ec0e Mon Sep 17 00:00:00 2001 From: Julian Seidenberg Date: Thu, 8 Mar 2012 10:07:40 +1300 Subject: [PATCH] MINOR: SSF-30 tweaking comment --- forms/TreeDropdownField.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/forms/TreeDropdownField.php b/forms/TreeDropdownField.php index e4024c12f..73282d113 100644 --- a/forms/TreeDropdownField.php +++ b/forms/TreeDropdownField.php @@ -54,7 +54,10 @@ class TreeDropdownField extends FormField { * @ignore */ protected $sourceObject, $keyField, $labelField, $filterCallback, $searchCallback, $baseID = 0; - protected $childrenMethod = 'AllChildrenIncludingDeleted'; //default child method in Hierarcy->getChildrenAsUL + /** + * @var string default child method in Hierarcy->getChildrenAsUL + */ + protected $childrenMethod = 'AllChildrenIncludingDeleted'; /** * Used by field search to leave only the relevant entries