OrderKeyword
class OrderKeyword extends Component
ORDER BY
keyword parser.
Properties
Expression | $expr | The expression that is used for ordering. | |
string | $type | The order type. |
Methods
Details
at line 56
static mixed
parse(Parser $parser, TokensList $list, array $options = [])
at line 132
static string
build(mixed $component, array $options = [])
in Component at line 73
string
__toString()
Builds the string representation of a component of this type.
at line 43
__construct(Expression $expr = null, string $type = 'ASC')
Constructor.