|
Previous Page |
Solar_Cli_MakeDocs |
Next Page |
_err()
protected
void
_err (
string $text default NULL,
mixed $num default 1,
array $replace default NULL
)
Prints text to STDERR without a trailing newline.
Inherited from Solar_Controller_Command.
Parameters
- (string)
$text: The text to print to STDERR, usually a translation key. - (mixed)
$num: Helps determine whether to get a singular or plural translation. - (array)
$replace: An array of replacement values for the string.
Returns
- (void)
Description
Prints text to STDERR without a trailing newline.
If the text is a locale key, that text will be used instead.
Automatically replaces style-format codes for VT100 shell output.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _err()
- _errln()
- _exception()
- _exec()
- _getFile()
- _getOptionSettings()
- _out()
- _outln()
- _postExec()
- _preExec()
- _setup()
- _title1()
- _title2()
- _title3()
- _title4()
- _touch()
- _vt100()
- _write()
- apiVersion()
- dump()
- exec()
- getInfoHelp()
- getInfoOptions()
- locale()
- setConsoleController()
- writeClassConstants()
- writeClassContents()
- writeClassMethod()
- writeClassMethods()
- writeClassOverview()
- writeClassProperties()
- writeClasses()
- writeClassesList()
- writePackageClassList()
- writePackages()