setRequired(bool $boolean) Set this node as required. Parameters bool $boolean Required node
setNormalizationClosures(array $closures) Sets the closures used for normalization. Parameters array $closures An array of Closures used for normalization
setInfo(string $info) Sets an info message. Parameters string $info
setFinalValidationClosures(array $closures) Sets the closures used for final validation. Parameters array $closures An array of Closures used for final validation
setExample(string|array $example) Sets the example configuration for this node. Parameters string|array $example
setAttributes(array $attributes) Parameters array $attributes
setAttribute($key, $value) Parameters $key $value
setAllowOverwrite(bool $allow) Sets if this node can be overridden. Parameters bool $allow
removeAttribute($key) Parameters $key
final mixed normalize(mixed $value) Normalizes a value, applying all normalization closures. Parameters mixed $value The value to normalize Return Value mixed The normalized value
Page 719 of 787