Back to Joomla project (class list)

Class Stdout - list of methods

Output handler for writing command line output to the stdout interface

Extends

Package: Joomla\CMS\Application\CLI\Output
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/Stdout.php
Project: Joomla

Method Summary

public $this
(mixed $text = '', mixed $nl = true)

Write a string to standard output
Parameters
  • string $text The text to display.
  • bool $nl True (default) to append a new line at the end of the output string.
Returns
  • $this
Since
  • 4.0.0
-
Show source code of this method: out Source Code

Tags Summary

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