PHP Class Pinq\Analysis\TypeOperations\TypeOperation

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

Protected Properties

Свойство Type Description
$returnType string
$sourceType string

Méthodes publiques

Méthode Description
__construct ( Pinq\Analysis\ITypeSystem $typeSystem, $sourceType, $returnType )
getReturnType ( )
getSourceType ( )

Method Details

__construct() public méthode

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

getReturnType() public méthode

public getReturnType ( )

getSourceType() public méthode

public getSourceType ( )

Property Details

$returnType protected_oe property

protected string $returnType
Résultat string

$sourceType protected_oe property

protected string $sourceType
Résultat string