ArrayObj
class ArrayObj extends Component (View source)
Parses an array.
Properties
array | $raw | The array that contains the unprocessed value of each token. |
|
array | $values | The array that contains the processed value of each token. |
Methods
static mixed
static mixed
build(mixed $component, array $options = [])
No description
__construct(array $raw = [], array $values = [])
No description
Details
static mixed
parse(Parser $parser, TokensList $list, array $options = [])
No description
static mixed
build(mixed $component, array $options = [])
No description
string
__toString()
Builds the string representation of a component of this type.
__construct(array $raw = [], array $values = [])
No description