$structure->getAttribute()
Extracts an attribute value from the given element in the collection. This is useful if elements in the collection might be objects, arrays or anything else and you need to get the value independently from that. We use it for filter
.
Parameters
Name | Type | Default |
---|---|---|
$item * | array |object |
– |
$attribute * | string |
– |
$split | bool |
false |
$related | mixed |
null |
Return type
mixed
Parent class
Kirby\Cms\Structure
inherited from Kirby\Toolkit\Collection