HumHub Documentation (unofficial)

FormattedOutput

Implemented in Step arguments where literal values need to be modified in test execution output (e.g. passwords).

Table of Contents

Methods

__toString()  : string
Returns the argument's literal value.
getOutput()  : string
Returns the argument's value formatted for output.

Methods

__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