interface ValuesInterface implements Traversable, ArrayAccess, Countable, ResultInterface

internal  This interface is not covered by the backward compatibility promise
 

An array of values.

Methods

string
tag()

No description

bool
actual()

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

createActualValues(array|Traversable $array = [])

No description

Details

in TagInterface at line 25
string tag()

No description

Return Value

string

in ResultInterface at line 27
bool actual()

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

Return Value

bool

at line 30
ValuesInterface createActualValues(array|Traversable $array = [])

No description

Parameters

array|Traversable $array

Return Value

ValuesInterface