UnionKeyword
final class UnionKeyword extends Component (View source)
UNION
keyword builder.
Methods
static mixed
parse(Parser $parser, TokensList $list, array $options = [])
Parses the tokens contained in the given list in the context of the given parser.
from
Component
static mixed
build(mixed $component, array $options = [])
No description
Details
static mixed
parse(Parser $parser, TokensList $list, array $options = [])
Parses the tokens contained in the given list in the context of the given parser.
static mixed
build(mixed $component, array $options = [])
No description
string
__toString()
Builds the string representation of a component of this type.