| 1 | <?php |
||
| 12 | class DelegationFinder extends BaseFinder |
||
| 13 | { |
||
|
|
|||
| 14 | |||
| 15 | /** |
||
| 16 | * @var BaseFinder[] |
||
| 17 | */ |
||
| 18 | protected $finders = []; |
||
| 19 | |||
| 20 | public function __construct() { |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @param string $word |
||
| 41 | * @return ResultsCollection |
||
| 42 | */ |
||
| 43 | public function getResultsFor($word, $language, $limit = 10) { |
||
| 50 | |||
| 51 | public function getGroupName() { |
||
| 54 | |||
| 55 | public function formUrl($url) { |
||
| 58 | |||
| 59 | } |