$_field
$_field : string|\Cake\Database\ExpressionInterface
The field name or expression to be used in the left hand side of the operator
Contains the field property with a getter and a setter for it
$_field : string|\Cake\Database\ExpressionInterface
The field name or expression to be used in the left hand side of the operator
setField(string|\Cake\Database\ExpressionInterface $field) : void
Sets the field name
string|\Cake\Database\ExpressionInterface | $field | The field to compare with. |
getField() : string|\Cake\Database\ExpressionInterface
Returns the field name
Loading…