class StringNodeDefinition extendsScalarNodeDefinition

This class provides a fluent interface for defining a node.

Methods

VariableNode
instantiateNode()

Instantiate a Node.

__construct(string|null$name,NodeParentInterface|null$parent =null)

No description

Details

protectedVariableNode instantiateNode()

Instantiate a Node.

Return Value

VariableNode

protectedNodeInterface createNode()

Return Value

NodeInterface

__construct(string|null$name,NodeParentInterface|null$parent =null)

Parameters

string|null $name
NodeParentInterface|null $parent