$segments->resolve()
Resolves the segments chain by looping through each segment call to be applied to the value of all previous segment calls, returning gracefully at .|null when current value is null
$segments->resolve(object|array $data = [ ])
Parameters
| Name | Type | Default |
|---|---|---|
| $data | object|array |
[ ] |