TypedResultInterface
in
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
stringsetReturnType()
Set the return type of the expression
public
setReturnType(string $type) : $this
Parameters
- $type : string
-
The type name to use.