Interface FieldInterface
Describes a getter and a setter for the a field property. Useful for expressions that contain an identifier to compare against.
Direct Implementers
Indirect Implementers
Method Summary
-
getField() public
Returns the field name -
setField() public
Sets the field name
Method Detail
setField() public ¶
setField( string|Cake\Database\ExpressionInterface
$field )
Sets the field name
Parameters
-
string|
Cake\Database\ExpressionInterface
$field - The field to compare with.