\Cake\Database\TypeOptionalConvertInterface

An interface used by Type objects to signal whether the casting is actually required.

Summary

Methods
Constants
requiresToPhpCast()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

requiresToPhpCast()

requiresToPhpCast() : boolean

Returns whether the cast to PHP is required to be invoked, since it is not a identity function.

Returns

boolean