PHP Class Pinq\Analysis\TypeOperations\Method

Author: Elliot Levin ([email protected])
Inheritance: extends TypeOperation, implements Pinq\Analysis\IMethod
Show file Open project: timetoogo/pinq

Protected Properties

Property Type Description
$name string
$reflection ReflectionMethod

Public Methods

Method Description
__construct ( Pinq\Analysis\ITypeSystem $typeSystem, $sourceType, ReflectionMethod $reflection, $returnType )
getName ( )
getReflection ( )
getReturnTypeWithArguments ( array $staticArguments )

Method Details

__construct() public method

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

getName() public method

public getName ( )

getReflection() public method

public getReflection ( )

getReturnTypeWithArguments() public method

public getReturnTypeWithArguments ( array $staticArguments )
$staticArguments array

Property Details

$name protected property

protected string $name
return string

$reflection protected property

protected ReflectionMethod $reflection
return ReflectionMethod