FieldInterface
in
Describes a getter and a setter for the a field property. Useful for expressions that contain an identifier to compare against.
Table of Contents
Methods
- getField() : ExpressionInterface|array<string|int, mixed>|string
- Returns the field name
- setField() : void
- Sets the field name
Methods
getField()
Returns the field name
public
getField() : ExpressionInterface|array<string|int, mixed>|string
Return values
ExpressionInterface|array<string|int, mixed>|stringsetField()
Sets the field name
public
setField(ExpressionInterface|array<string|int, mixed>|string $field) : void
Parameters
- $field : ExpressionInterface|array<string|int, mixed>|string
-
The field to compare with.