Selector::matches() method

Does this Selector match the given value?

If the value held by this Selector is an array of values, it will check if any one of them matches the value supplied here.

Usage

$bool = $selector->matches($value);

Arguments

NameType(s)Description
valuestring, int, Wire, array

If given a Wire, then matches will also operate on OR field=value type selectors, where present

Return value

bool


Selector methods and properties

API reference based on ProcessWire core version 3.0.244

“Indeed, if ProcessWire can be considered as a CMS in its own right, it also offers all the advantages of a CMF (Content Management Framework). Unlike other solutions, the programmer is not forced to follow the proposed model and can integrate his/her ways of doing things.” —Guy Verville, Spiria Digital Inc.