Skip to content

Commit

Permalink
Fixed latest commit part 2 (for php 5.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
o5 committed Dec 9, 2013
1 parent a4f7139 commit a8d17c3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Grido/Components/Filters/Text.php
Expand Up @@ -17,6 +17,9 @@
* @package Grido
* @subpackage Components\Filters
* @author Petr Bugyík
*
* @property int $suggestionLimit
* @property-write callback $suggestionCallback
*/
class Text extends Filter
{
Expand Down Expand Up @@ -89,6 +92,14 @@ public function setSuggestionCallback($callback)

/**********************************************************************************************/

/**
* @return int
*/
public function getSuggestionLimit()
{
return $this->suggestionLimit;
}

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

0 comments on commit a8d17c3

Please sign in to comment.