PasswordArgument
in package
implements
FormattedOutput
Table of Contents
Interfaces
- FormattedOutput
- Implemented in Step arguments where literal values need to be modified in test execution output (e.g. passwords).
Properties
- $password : string
Methods
- __construct() : mixed
- __toString() : string
- Returns the argument's literal value.
- getOutput() : string
- Returns the argument's value formatted for output.
Properties
$password
private
string
$password
Methods
__construct()
public
__construct(mixed $password) : mixed
Parameters
- $password : mixed
__toString()
Returns the argument's literal value.
public
__toString() : string
Return values
stringgetOutput()
Returns the argument's value formatted for output.
public
getOutput() : string