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

Parameters

string|null $name

the name of the function to be called

ArrayObj|null $parameters

the parameters of this function

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