final class InlineArrayNode extends ArrayNode

internal  
 

Methods

__construct(string $bracket)

No description

string
toString()

Converts the node back to its NEON representation.

Details

at line 14
__construct(string $bracket)

No description

Parameters

string $bracket

at line 20
string toString()

Converts the node back to its NEON representation.

Return Value

string