[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/src/Application/CLI/Output/Processor/ -> ProcessorInterface.php (source)

   1  <?php
   2  
   3  /**
   4   * Joomla! Content Management System
   5   *
   6   * @copyright  (C) 2014 Open Source Matters, Inc. <https://www.joomla.org>
   7   * @license    GNU General Public License version 2 or later; see LICENSE.txt
   8   */
   9  
  10  namespace Joomla\CMS\Application\CLI\Output\Processor;
  11  
  12  // phpcs:disable PSR1.Files.SideEffects
  13  \defined('JPATH_PLATFORM') or die;
  14  // phpcs:enable PSR1.Files.SideEffects
  15  
  16  /**
  17   * Interface for a command line output processor
  18   *
  19   * @since       4.0.0
  20   * @deprecated  5.0  Use the `joomla/console` package instead
  21   */
  22  interface ProcessorInterface
  23  {
  24      /**
  25       * Process the provided output into a string.
  26       *
  27       * @param   string  $output  The string to process.
  28       *
  29       * @return  string
  30       *
  31       * @since   4.0.0
  32       */
  33      public function process($output);
  34  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer