Return all children Inputfield objects
Usage
// basic usage
$items = $inputfieldWrapper->children();
// usage with all arguments
$items = $inputfieldWrapper->children(string $selector = '');
Arguments
Name | Type(s) | Description |
---|---|---|
selector (optional) | string | Optional selector string to filter the children by |
Return value
InputfieldWrapper methods and properties
API reference based on ProcessWire core version 3.0.236