PHP Class Pinq\Analysis\TypeOperations\TypeOperation

Author: Elliot Levin ([email protected])
Inheritance: extends Pinq\Analysis\Typed, implements Pinq\Analysis\ITypeOperation
Datei anzeigen Open project: timetoogo/pinq Class Usage Examples

Protected Properties

Property Type Description
$returnType string
$sourceType string

Public Methods

Method Description
__construct ( Pinq\Analysis\ITypeSystem $typeSystem, $sourceType, $returnType )
getReturnType ( )
getSourceType ( )

Method Details

__construct() public method

public __construct ( Pinq\Analysis\ITypeSystem $typeSystem, $sourceType, $returnType )
$typeSystem Pinq\Analysis\ITypeSystem

getReturnType() public method

public getReturnType ( )

getSourceType() public method

public getSourceType ( )

Property Details

$returnType protected_oe property

protected string $returnType
return string

$sourceType protected_oe property

protected string $sourceType
return string