| 1 | <?php |
||
| 18 | class Textarea extends TestableInput |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @return string |
||
| 22 | */ |
||
| 23 | protected function getSearchSelector(): string |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return string |
||
| 30 | */ |
||
| 31 | protected function getFilterSelector(): string |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @param string $value |
||
| 38 | */ |
||
| 39 | public function setValue(string $value): void |
||
| 43 | } |
||
| 44 |