From
in package
Expression class for DQL from.
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- __toString() : string
- getAlias() : string
- getFrom() : string
- getIndexBy() : string|null
Properties
$alias
protected
string
$alias
$from
protected
string
$from
$indexBy
protected
string|null
$indexBy
Methods
__construct()
public
__construct(string $from, string $alias[, string $indexBy = null ]) : mixed
Parameters
- $from : string
-
The class name.
- $alias : string
-
The alias of the class.
- $indexBy : string = null
-
The index for the from.
__toString()
public
__toString() : string
Return values
stringgetAlias()
public
getAlias() : string
Return values
stringgetFrom()
public
getFrom() : string
Return values
stringgetIndexBy()
public
getIndexBy() : string|null