$node->set()
Universal setter for properties
$node->set(string $property, $value): Kirby\Blueprint\Node
Parameters
| Name | Type | Default |
|---|---|---|
| $property * | string |
– |
| $value * | mixed |
– |
Return type
This method does not modify the existing $node object but returns a new object with the changes applied. Learn more →