setField()
setField(string|\Cake\Database\ExpressionInterface $field) : void
Sets the field name
Parameters
string|\Cake\Database\ExpressionInterface | $field | The field to compare with. |
Describes a getter and a setter for the a field property. Useful for expressions that contain an identifier to compare against.
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…