Trait TypedResultTrait
Implements the TypedResultInterface
        
    Namespace: Cake\Database
    
    
    
      
  
      Property Summary
- 
        $_returnType protectedstringThe type name this expression will return when executed 
Method Summary
- 
          getReturnType() publicGets the type of the value this object will generate. 
- 
          setReturnType() publicSets the type of the value this object will generate. 
Method Detail
getReturnType() ¶ public
getReturnType(): stringGets the type of the value this object will generate.
Returns
stringsetReturnType() ¶ public
setReturnType(string $type): $thisSets the type of the value this object will generate.
Parameters
- 
                string$type
- The name of the type that is to be returned 
Returns
$this