|
Previous Page |
Solar_Cli_RunTests |
Next Page |
_vt100()
protected
string
_vt100 (
string $text,
mixed $num,
array $replace
)
Frontend to locale() that replaces style-format codes for VT100 shell output.
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
- (string) The localized string with VT100 shell codes.
Description
Frontend to locale() that replaces style-format codes for VT100 shell output.