1 | <?php |
||
7 | final class Pages extends BaseFinder |
||
8 | { |
||
|
|||
9 | |||
10 | protected $table = 'content'; |
||
11 | |||
12 | protected $nameColumn = 'content.title'; |
||
13 | |||
14 | protected $urlColumn = 'content.url'; |
||
15 | |||
16 | protected $categoryUrlColumn = 'content.cat_url'; |
||
17 | |||
18 | protected $langColumn = 'content.lang'; |
||
19 | |||
20 | public function getGroupName() { |
||
23 | |||
24 | /** |
||
25 | * @param string $word |
||
26 | * @param string $language |
||
27 | * @param integer $limit |
||
28 | * @return Result |
||
29 | */ |
||
30 | public function getResultsFor($word, $language, $limit = 10) { |
||
47 | |||
48 | /** |
||
49 | * @param string $url |
||
50 | * @return string |
||
51 | */ |
||
52 | public function formUrl($url) { |
||
55 | |||
56 | } |