Back to Joomla project (class list)

Class ProcessorInterface - list of methods

Interface for a command line output processor
Package: Joomla\CMS\Application\CLI\Output\Processor
Copyright: (C) 2014 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Application/CLI/Output/Processor/ProcessorInterface.php
Project: Joomla

Method Summary

public string
(mixed $output)

Process the provided output into a string.
Parameters
  • string $output The string to process.
Returns
  • string
Since
  • 4.0.0
Show source code of this method: process Source Code

Tags Summary

Since
4.0.0
Deprecated
5.0
Use the `joomla/console` package instead