Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (ProcessorInterface $processor=null) | |
setProcessor (ProcessorInterface $processor) | |
getProcessor () | |
out ($text='', $nl=true) | |
Attributs protégés | |
$processor | |
Base class defining a command line output handler
joomla/console
package instead __construct | ( | ProcessorInterface | $processor = null | ) |
Constructor
ProcessorInterface | $processor | The output processor. |
getProcessor | ( | ) |
Get a processor
|
abstract |
Write a string to an output handler.
string | $text | The text to display. |
boolean | $nl | True (default) to append a new line at the end of the output string. |
setProcessor | ( | ProcessorInterface | $processor | ) |
Set a processor
ProcessorInterface | $processor | The output processor. |
Références $this.
|
protected |