Interface TypedResultInterface

Represents an expression that is known to return a specific type

Direct Implementers

Method Summary

  • returnType() public deprecated

    Sets the type of the value this object will generate. If called without arguments, returns the current known type

Method Detail

returnType()source public deprecated

returnType( string|null $type = null )

Sets the type of the value this object will generate. If called without arguments, returns the current known type

Deprecated

3.5.0 Use getReturnType()/setReturnType() instead.

Parameters

string|null $type optional null
The name of the type that is to be returned

Returns

string|Cake\Database\TypedResultInterface
$this

Magic methods summary

getReturnType()source public

getReturnType( )

Returns

string

© 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.8/class-Cake.Database.TypedResultInterface.html