Skip to content

Commit ad0f418

Browse files
committed
Filters\Text: Added some getters
1 parent 302eec9 commit ad0f418

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/Components/Filters/Text.php

+16
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,22 @@ public function getSuggestionLimit()
100100
return $this->suggestionLimit;
101101
}
102102

103+
/**
104+
* @return callback
105+
*/
106+
public function getSuggestionCallback()
107+
{
108+
return $this->suggestionCallback;
109+
}
110+
111+
/**
112+
* @return string
113+
*/
114+
public function getSuggestionColumn()
115+
{
116+
return $this->suggestionColumn;
117+
}
118+
103119
/**
104120
* @param string $query - value from input
105121
* @internal

0 commit comments

Comments
 (0)