WireArray::getNext()
Given an item, get the item that comes after it in the WireArray
Usage
// basic usage
$wire = $wireArray->getNext(Wire $item);
// usage with all arguments
$wire = $wireArray->getNext(Wire $item, bool $strict = true);
WireArray methods and properties
API reference based on ProcessWire core version 3.0.251