Total Complexity | 5 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | class ToTsvector extends BaseVariadicFunction |
||
19 | { |
||
20 | protected function getNodeMappingPattern(): array |
||
23 | } |
||
24 | |||
25 | protected function customizeFunction(): void |
||
26 | { |
||
27 | $this->setFunctionPrototype('to_tsvector(%s)'); |
||
28 | } |
||
29 | |||
30 | protected function validateArguments(Node ...$arguments): void |
||
35 | } |
||
36 | } |
||
38 |