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