ResponseStatusReason
extends Constraint
in package
Uses
EvaluateTrait
Class ResponseStatusReason.
Table of Contents
- $value : mixed
- __construct() : mixed
- evaluate() : bool|null
- toString() : string
- evaluateSuccess() : bool
Properties
$value
protected
mixed
$value
Methods
__construct()
public
__construct(mixed $value) : mixed
Parameters
- $value : mixed
Return values
mixed —evaluate()
public
evaluate(mixed $other[, string $description = '' ][, bool $returnResult = false ]) : bool|null
Parameters
- $other : mixed
- $description : string = ''
- $returnResult : bool = false
Return values
bool|null —toString()
public
toString() : string
Return values
string —evaluateSuccess()
private
evaluateSuccess(mixed $other) : bool
Parameters
- $other : mixed