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