final class ArrayObj implements Component (View source)

Parses an array.

Properties

string[] $raw

The array that contains the unprocessed value of each token.

string[] $values

The array that contains the processed value of each token.

Methods

__construct(array $raw = [], array $values = [])

No description

string
build()

Builds the string representation of a component of this type.

string
__toString()

No description

Details

__construct(array $raw = [], array $values = [])

No description

Parameters

array $raw

the unprocessed values

array $values

the processed values

string build()

Builds the string representation of a component of this type.

In other words, this function represents the inverse function of {\PhpMyAdmin\SqlParser\Component::parse()}.

Return Value

string

string __toString()

No description

Return Value

string