|
Previous Page |
Solar_Cli_MakeDocs |
Next Page |
_escape()
protected
string
_escape (
string $text
)
Escapes ASCII control codes (0-31, 127) and %-signs.
Inherited from Solar_Controller_Command.
Parameters
- (string)
$text: The text to escape.
Returns
- (string) The escaped text.
Description
Escapes ASCII control codes (0-31, 127) and %-signs.
Note that this will catch newlines and carriage returns as well.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _err()
- _errln()
- _escape()
- _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()