final |
|---|
readonly |
Describes a chain of intermediate single-entity navigations that must be resolved at execution time to determine the parent entity for the final navigation segment.
Example: /Projects(202)/customer/contact_customer rootSet = Projects rootKey = {id: 202} steps = ['customer'] ← intermediate BelongsTo/HasOne nav props finalNav = 'contact_customer' ← the final nav prop (on the resolved parent)
| Methods | ||
|---|---|---|
public
|
__construct(EntitySetInterface $rootSet, KeyExpression $rootKey, list<string> $steps, string $finalNav)
|
# |
| Properties | |||
|---|---|---|---|
public
|
EntitySetInterface
|
$rootSet
|
# |
public
|
KeyExpression
|
$rootKey
|
# |
public
|
list<string>
|
$steps
|
# |
public
|
string
|
$finalNav
|
# |