JoinSelection
Table of Contents
Methods
-
__construct()
: mixed
-
getAlias()
: string
-
getJoinFieldName()
: string
-
toArray()
: array<string|int, mixed>
__construct()
public
__construct(Dataset $parentDataset, string $alias[, string $innerJoin = '' ][, string $leftJoin = '' ]) : mixed
Parameters
-
$parentDataset
: Dataset
-
-
$alias
: string
-
-
$innerJoin
: string
= ''
-
-
$leftJoin
: string
= ''
-
getAlias()
public
getAlias() : string
getJoinFieldName()
public
getJoinFieldName(string $code) : string
Parameters
-
$code
: string
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>