Back to CliApplication class

Method getOutput

public \Joomla\CMS\Application\CLI\CliOutput
getOutput
()
Get an output object.
Returns
  • \Joomla\CMS\Application\CLI\CliOutput
Since
  • 4.0.0

Method getOutput - Source code

/**
 * Get an output object.
 *
 * @return  CliOutput
 *
 * @since   4.0.0
 */
public function getOutput()
{
    return $this->output;
}