Func
in package
Expression class for generating DQL functions.
Tags
Table of Contents
Properties
- $arguments : array<string|int, mixed>
- $name : string
Methods
- __construct() : mixed
- Creates a function, with the given argument.
- __toString() : string
- getArguments() : mixed
- getName() : string
Properties
$arguments
protected
array<string|int, mixed>
$arguments
$name
protected
string
$name
Methods
__construct()
Creates a function, with the given argument.
public
__construct(string $name, array<string|int, mixed>|mixed $arguments) : mixed
Parameters
- $name : string
- $arguments : array<string|int, mixed>|mixed
Tags
__toString()
public
__toString() : string
Return values
stringgetArguments()
public
getArguments() : mixed
Tags
getName()
public
getName() : string