1 | <?php |
||
25 | class Implode extends AbstractRule |
||
26 | { |
||
27 | /** |
||
28 | * Operate the transformation |
||
29 | * |
||
30 | * @param string $input |
||
31 | * @param array $arguments |
||
32 | * |
||
33 | * @throws Inet\Transformation\Exception\TransformationException |
||
34 | * |
||
35 | * @return string |
||
36 | */ |
||
37 | 6 | public function transform($input, array $arguments) |
|
54 | } |
||
55 |