Skip to content

Commit

Permalink
MINOR: SSF-30 tweaking comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Seidenberg committed Mar 7, 2012
1 parent 4d39813 commit a59637c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion forms/TreeDropdownField.php
Expand Up @@ -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
Expand Down

0 comments on commit a59637c

Please sign in to comment.