Documentation

Func
in package

Expression class for generating DQL functions.

Tags
link
www.doctrine-project.org

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
psalm-param

list|mixed $arguments

__toString()

public __toString() : string
Return values
string

getArguments()

public getArguments() : mixed
Tags
psalm-return

list

getName()

public getName() : string
Return values
string

        
On this page

Search results