| 1 | <?php |
||
| 11 | class XEditable extends TestableInput |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param string $value |
||
| 15 | */ |
||
| 16 | public function setValue(string $value): void |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | protected function getSearchSelector(): string |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @return string |
||
| 34 | */ |
||
| 35 | protected function getFilterSelector(): string |
||
| 39 | } |
||
| 40 | |||
| 41 |