Interface TypedResultInterface

Represents an expression that is known to return a specific type

Namespace: Cake\Database

Method Summary

Method Detail

getReturnType() public

getReturnType()

returnType() public

returnType(mixed $type)

Sets the type of the value this object will generate.

If called without arguments, returns the current known type

Parameters

string|null $type optional

The name of the type that is to be returned

Returns

string|$this

setReturnType() public

setReturnType(mixed $type)

Parameters

mixed $type

© 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/3.9/interface-Cake.Database.TypedResultInterface.html