Create a new Selector object from a field name, operator, and value
This is mostly for internal use, as the Selectors object already does this when you pass it a selector string in the constructor or init() method.
Usage
$selector = $selectors->create(string $field, string $operator, $value);
Arguments
Name | Type(s) | Description |
---|---|---|
field | string | Field name or names (separated by a pipe) |
operator | string | Operator, i.e. "=" |
value | string, array | Value or values (separated by a pipe) |
Return value
Exceptions
Method can throw exceptions on error:
WireException
Selectors methods and properties
API reference based on ProcessWire core version 3.0.236