PHP Class Pinq\Analysis\Functions\Func

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

Protected Properties

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

Méthodes publiques

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

Method Details

__construct() public méthode

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

getName() public méthode

public getName ( )

getReflection() public méthode

public getReflection ( )

getReturnType() public méthode

public getReturnType ( )

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 ReflectionFunction $reflection
Résultat ReflectionFunction

$returnType protected_oe property

protected string $returnType
Résultat string