FunctionCall
final class FunctionCall implements Component (View source)
Parses a function call.
Properties
string|null | $name | The name of this function. |
|
ArrayObj|null | $parameters | The list of parameters. |
Methods
__construct(string|null $name = null, ArrayObj|null $parameters = null)
No description
string
build()
Builds the string representation of a component of this type.
string
__toString()
No description
Details
__construct(string|null $name = null, ArrayObj|null $parameters = null)
No description
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()}.
string
__toString()
No description