PHP Class Pinq\Analysis\TypeOperations\Method

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

Protected Properties

Свойство Type Description
$name string
$reflection ReflectionMethod

Méthodes publiques

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

Method Details

__construct() public méthode

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

getName() public méthode

public getName ( )

getReflection() public méthode

public getReflection ( )

getReturnTypeWithArguments() public méthode

public getReturnTypeWithArguments ( array $staticArguments )
$staticArguments array

Property Details

$name protected_oe property

protected string $name
Résultat string

$reflection protected_oe property

protected ReflectionMethod $reflection
Résultat ReflectionMethod