final class ArrayValueSelector extends AbstractValueSelector

internal  This class is not covered by the backward compatibility promise
 

Methods

bool
select(mixed $subject, mixed $key, mixed $retval = null)

No description

bool
selectFromSupported(mixed $subject, mixed $key, mixed $retval = null)

No description

void
assertSupports(mixed $subject, int $argument, int $distance = 1)

No description

bool
supports(mixed $subject)

No description

string
subject()

Returns short string explaining the type(s) of subjects the selector supports.

string
selectable()

A name for the values being selected from subject.

Details

final bool select(mixed $subject, mixed $key, mixed $retval = null)

No description

Parameters

mixed $subject
mixed $key
mixed $retval

Return Value

bool

Exceptions

InvalidArgumentException

at line 63
protected bool selectFromSupported(mixed $subject, mixed $key, mixed $retval = null)

No description

Parameters

mixed $subject
mixed $key
mixed $retval

Return Value

bool

Exceptions

InvalidArgumentException

final protected void assertSupports(mixed $subject, int $argument, int $distance = 1)

No description

Parameters

mixed $subject
int $argument
int $distance

Return Value

void

Exceptions

InvalidArgumentException

at line 29
bool supports(mixed $subject)

No description

Parameters

mixed $subject

Return Value

bool

at line 38
string subject()

Returns short string explaining the type(s) of subjects the selector supports.

Return Value

string

at line 46
string selectable()

A name for the values being selected from subject.

Return Value

string