HumHub Documentation (unofficial)

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

Methods

__construct()

public __construct(mixed $password) : mixed
Parameters
$password : mixed

__toString()

Returns the argument's literal value.

public __toString() : string
Return values
string

getOutput()

Returns the argument's value formatted for output.

public getOutput() : string
Return values
string

        
On this page

Search results