Return array of value(s) for this Selector
Available since version 3.0.42. Prior versions just supported the 'values' property.
Usage
// basic usage
$array = $selector->values();
// usage with all arguments
$array = $selector->values(bool $nonEmpty = false);
Arguments
Name | Type(s) | Description |
---|---|---|
nonEmpty (optional) | bool | If empty array will be returned, forces it to return array with one blank item instead (default=false). |
Return value
array
See Also
Selector methods and properties
API reference based on ProcessWire core version 3.0.236