Skip to content

Commit

Permalink
Filters\Text: Added some getters
Browse files Browse the repository at this point in the history
  • Loading branch information
o5 committed Dec 4, 2014
1 parent 302eec9 commit ad0f418
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Components/Filters/Text.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,22 @@ public function getSuggestionLimit()
return $this->suggestionLimit;
}

/**
* @return callback
*/
public function getSuggestionCallback()
{
return $this->suggestionCallback;
}

/**
* @return string
*/
public function getSuggestionColumn()
{
return $this->suggestionColumn;
}

/**
* @param string $query - value from input
* @internal
Expand Down

0 comments on commit ad0f418

Please sign in to comment.