JApplicationCli::out
Write a string to standard output.
Signature
public function out([string
$text = '',
[boolean
$nl = true]] )
Parameters
-
$text
- The text to display.
-
$nl
- True (default) to append a new line at the end of the output string.
Returns
- JApplicationCli
- Instance of $this to allow chaining.