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