Trait FieldTrait
Contains the field property with a getter and a setter for it
Namespace: Cake\Database\Expression
Properties summary
- $_field protected
string|array|\Cake\Database\ExpressionInterface
The field name or expression to be used in the left hand side of the operator
Method Summary
Method Detail
getField() public
getField()
Returns the field name
Returns
string|array|\Cake\Database\ExpressionInterface
setField() public
setField(mixed $field)
Sets the field name
Parameters
-
string|array|\Cake\Database\ExpressionInterface
$field The field to compare with.
Property Detail
$_field protected
The field name or expression to be used in the left hand side of the operator
Type
string|array|\Cake\Database\ExpressionInterface
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/4.1/trait-Cake.Database.Expression.FieldTrait.html