Contains the field property with a getter and a setter for it
Cake\Database\ExpressionInterface|array|stringThe field name or expression to be used in the left hand side of the operator
Returns the field name
Sets the field name
getField(): Cake\Database\ExpressionInterface|array|string
Returns the field name
Cake\Database\ExpressionInterface|array|stringsetField(Cake\Database\ExpressionInterface|array|string $field): void
Sets the field name
Cake\Database\ExpressionInterface|array|string $field The field to compare with.
voidThe field name or expression to be used in the left hand side of the operator
Cake\Database\ExpressionInterface|array|string
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.4/trait-Cake.Database.Expression.FieldTrait.html