\Cake\Database\ExpressionFieldInterface

Describes a getter and a setter for the a field property. Useful for expressions that contain an identifier to compare against.

Summary

Methods
Constants
setField()
getField()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

setField()

setField(string|\Cake\Database\ExpressionInterface  $field) : void

Sets the field name

Parameters

string|\Cake\Database\ExpressionInterface $field

The field to compare with.