b0y-101 Mini Shell


Current Path : E:/www/nongbua/libraries/vendor/joomla/application/src/Cli/Output/Processor/
File Upload :
Current File : E:/www/nongbua/libraries/vendor/joomla/application/src/Cli/Output/Processor/ProcessorInterface.php

<?php
/**
 * Part of the Joomla Framework Application Package
 *
 * @copyright  Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE
 */

namespace Joomla\Application\Cli\Output\Processor;

/**
 * Class ProcessorInterface.
 *
 * @since       1.1.0
 * @deprecated  2.0  Use the `joomla/console` package instead
 */
interface ProcessorInterface
{
	/**
	 * Process the provided output into a string.
	 *
	 * @param   string  $output  The string to process.
	 *
	 * @return  string
	 *
	 * @since   1.1.0
	 */
	public function process($output);
}

Copyright © 2019 by b0y-101