Interface OptionalConvertInterface
An interface used by Type objects to signal whether the casting is actually required.
        
    Namespace: Cake\Database\Type
    
    
    
      
  
  
        Method Summary
- 
          requiresToPhpCast() publicReturns whether the cast to PHP is required to be invoked, since it is not a identity function. 
Method Detail
requiresToPhpCast() ΒΆ public
requiresToPhpCast(): boolReturns whether the cast to PHP is required to be invoked, since it is not a identity function.
Returns
bool