Back to ProcessorInterface class

Method process

public string
process
(mixed $output)
Process the provided output into a string.
Parameters
  • string $output The string to process.
Returns
  • string
Since
  • 4.0.0

Method process - Source code

/**
 * Process the provided output into a string.
 *
 * @param   string  $output  The string to process.
 *
 * @return  string
 *
 * @since   4.0.0
 */
public function process($output);