PHP Interface Pinq\Analysis\ITypeOperation

Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\Analysis\ITyped
Datei anzeigen Open project: timetoogo/pinq Interface Usage Examples

Public Methods

Method Description
getReturnType ( ) : Pinq\Analysis\IType Gets return type of the operation.
getSourceType ( ) : Pinq\Analysis\IType Gets the type being operated on.

Method Details

getReturnType() public method

Gets return type of the operation.
public getReturnType ( ) : Pinq\Analysis\IType
return Pinq\Analysis\IType

getSourceType() public method

Gets the type being operated on.
public getSourceType ( ) : Pinq\Analysis\IType
return Pinq\Analysis\IType