NodeDefinition
ExprBuilder
class ArrayNodeDefinition extends
NodeBuilder
VariableNodeDefinition variableNode(string $name) Creates a child variable node. Parameters string $name The name of the node Return Value VariableNodeDefinition The builder of the child node
NodeDefinition|$this
NumericNodeDefinition max(mixed $max) Ensures that the value is smaller than the given reference. Parameters mixed $max Return Value NumericNodeDefinition Exceptions InvalidArgumentException when the constraint is inconsistent
Page 3 of 9