Skip to content

Commit

Permalink
MINOR TreeDropdownField->setShowInSearch()
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Jan 5, 2012
1 parent d8388b7 commit 095602b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions forms/TreeDropdownField.php
Expand Up @@ -132,6 +132,13 @@ public function getShowSearch() {
return $this->showSearch;
}

/**
* @param Boolean
*/
public function setShowSearch($bool) {
$this->showSearch = $bool;
}

/**
* @return string
*/
Expand Down

0 comments on commit 095602b

Please sign in to comment.