MINOR TreeDropdownField->setShowInSearch()

This commit is contained in:
Ingo Schommer 2012-01-05 13:39:40 +01:00
parent d8388b7140
commit 095602b958

View File

@ -132,6 +132,13 @@ class TreeDropdownField extends FormField {
return $this->showSearch;
}
/**
* @param Boolean
*/
public function setShowSearch($bool) {
$this->showSearch = $bool;
}
/**
* @return string
*/