| 1 | <?php |
||
| 14 | class Search extends AbstractAction { |
||
| 15 | |||
| 16 | /** @inheritdoc */ |
||
| 17 | public function minimumPermission() { |
||
| 20 | |||
| 21 | /** |
||
| 22 | * we only search if a search word was given |
||
| 23 | * |
||
| 24 | * @inheritdoc |
||
| 25 | */ |
||
| 26 | public function checkPermissions() { |
||
| 32 | |||
| 33 | /** @inheritdoc */ |
||
| 34 | public function tplContent() { |
||
| 37 | } |
||
| 38 |