Trait FieldTrait
Contains the field property with a getter and a setter for it
        
    Namespace: Cake\Database\Expression
    
    
    
      
  
      Property Summary
- 
        $_field protectedstring|array|Cake\Database\ExpressionInterfaceThe field name or expression to be used in the left hand side of the operator 
Method Summary
- 
          getField() publicReturns the field name 
- 
          setField() publicSets the field name 
Method Detail
getField() ¶ public
getField(): string|array|Cake\Database\ExpressionInterfaceReturns the field name
Returns
string|array|Cake\Database\ExpressionInterfacesetField() ¶ public
setField(string|array|Cake\Database\ExpressionInterface $field): voidSets the field name
Parameters
- 
                string|array|Cake\Database\ExpressionInterface$field
- The field to compare with. 
Returns
voidProperty 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