Get data that should be populated back to any resulting PageArray’s data() method
Usage
// basic usage
$array = $pageFinder->getPageArrayData();
// usage with all arguments
$array = $pageFinder->getPageArrayData($pageArray = null);
Arguments
Name | Type(s) | Description |
---|---|---|
pageArray (optional) | PageArray, null | Optionally populate given PageArray |
Return value
array
PageFinder methods and properties
API reference based on ProcessWire core version 3.0.236