final class EelExpressionPosition (View source)

internal  
 

Properties

EelExpressionFusionPath $fusionPath

the fusion path leading to this eel expression. Not always filled (e.g. not in AFX).

Methods

__construct(string $eelExpression, int $fromOffset, int $toOffset, EelExpressionValue|null $eelExpressionValue = null)

No description

withOffset(int $offset)

No description

withEelExpression(string $eelExpression)

No description

Details

__construct(string $eelExpression, int $fromOffset, int $toOffset, EelExpressionValue|null $eelExpressionValue = null)

No description

Parameters

string $eelExpression
int $fromOffset
int $toOffset
EelExpressionValue|null $eelExpressionValue

EelExpressionPosition withOffset(int $offset)

No description

Parameters

int $offset

Return Value

EelExpressionPosition

withEelExpression(string $eelExpression)

No description

Parameters

string $eelExpression