ArrayValueSelector
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
in
AbstractValueSelector at line 33
final bool
select(mixed $subject, mixed $key, mixed $retval = null)
No description
at line 63
protected bool
selectFromSupported(mixed $subject, mixed $key, mixed $retval = null)
No description
in
AbstractValueSelector at line 59
final protected void
assertSupports(mixed $subject, int $argument, int $distance = 1)
No description
at line 29
bool
supports(mixed $subject)
No description
at line 38
string
subject()
Returns short string explaining the type(s) of subjects the selector supports.
at line 46
string
selectable()
A name for the values being selected from subject.