SilentInput
in package
A simple class used internally by PsySH to represent silent input.
Silent input is generally used for non-user-generated code, such as the rewritten user code run by sudo command. Silent input isn't echoed before evaluating, and it's not added to the readline history.
Table of Contents
- $inputString : mixed
- __construct() : mixed
- Constructor.
- __toString() : string
- To. String.
Properties
$inputString
private
mixed
$inputString
Methods
__construct()
Constructor.
public
__construct(string $inputString) : mixed
Parameters
- $inputString : string
Return values
mixed —__toString()
To. String.
public
__toString() : string