mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR TreeDropdownField->setShowInSearch()
This commit is contained in:
parent
d8388b7140
commit
095602b958
@ -132,6 +132,13 @@ class TreeDropdownField extends FormField {
|
||||
return $this->showSearch;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param Boolean
|
||||
*/
|
||||
public function setShowSearch($bool) {
|
||||
$this->showSearch = $bool;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user