Given a Selector string, return the Page objects that match in a PageArray.
Usage
// basic usage
$items = $users->find(string $selectorString);
// usage with all arguments
$items = $users->find(string $selectorString, array $options = []);
Arguments
Name | Type(s) | Description |
---|---|---|
selectorString | string | |
options (optional) | array | Options to modify default behavior:
|
Return value
See Also
API reference based on ProcessWire core version 3.0.236