interface ResultInterface implements TagInterface

internal  This interface is not covered by the backward compatibility promise
 

A constraint evaluation result (either expected, or actual).

Methods

string
tag()

No description

bool
actual()

Returns true if this object represents actual result (as opposite to expected one).

Details

in TagInterface at line 25
string tag()

No description

Return Value

string

at line 27
bool actual()

Returns true if this object represents actual result (as opposite to expected one).

Return Value

bool