ProcessorInterface
Class ProcessorInterface.
deprecated
since |
1.1.0 |
---|---|
deprecated |
2.0 Use the |
Methods
process
Process the provided output into a string.
process(string $output) : string
since |
1.1.0 |
---|
Arguments
- $output
string
The string to process.
Response
string