ParensParser

ParensParser Class provided by System to parse Statestring.

package

SYSTEM\PAGE

Methods

Parse the given string and split by () brackets and |

parse(string $string) : array

Arguments

$string

string

String to be parsed

Response

array

Returns array with split strings.

Internal Function to push onto the stack

push() : null

Response

null

Returns null.

Properties

something to keep track of parens nesting

stack : 

Type(s)

current level

current : 

Type(s)

input string to parse

string : 

Type(s)

current character offset in string

position : 

Type(s)

start of text-buffer

buffer_start : 

Type(s)