Fr3nch13/CakePHP Utilities

TypedResultInterface

Represents an expression that is known to return a specific type

Table of Contents

Methods

getReturnType()  : string
Return the abstract type this expression will return
setReturnType()  : $this
Set the return type of the expression

Methods

getReturnType()

Return the abstract type this expression will return

public getReturnType() : string
Return values
string

setReturnType()

Set the return type of the expression

public setReturnType(string $type) : $this
Parameters
$type : string

The type name to use.

Return values
$this

        
On this page

Search results