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