Documentation

From
in package

Expression class for DQL from.

Tags
link
www.doctrine-project.org

Table of Contents

Properties

$alias  : string
$from  : string
$indexBy  : string|null

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
string

getAlias()

public getAlias() : string
Return values
string

getFrom()

public getFrom() : string
Return values
string

getIndexBy()

public getIndexBy() : string|null
Return values
string|null

        
On this page

Search results