SubselectIdentificationVariableDeclaration
in package
SubselectIdentificationVariableDeclaration ::= AssociationPathExpression ["AS"] AliasIdentificationVariable
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$aliasIdentificationVariable
public
string
$aliasIdentificationVariable
$associationPathExpression
public
PathExpression
$associationPathExpression
Methods
__construct()
public
__construct(PathExpression $associationPathExpression, string $aliasIdentificationVariable) : mixed
Parameters
- $associationPathExpression : PathExpression
- $aliasIdentificationVariable : string