PHP Class Pinq\Analysis\Functions\Func

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

Protected Properties

Property Type Description
$name string
$reflection ReflectionFunction
$returnType string

Public Methods

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

Method Details

__construct() public method

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

getName() public method

public getName ( )

getReflection() public method

public getReflection ( )

getReturnType() public method

public getReturnType ( )

getReturnTypeWithArguments() public method

public getReturnTypeWithArguments ( array $staticArguments )
$staticArguments array

Property Details

$name protected_oe property

protected string $name
return string

$reflection protected_oe property

protected ReflectionFunction $reflection
return ReflectionFunction

$returnType protected_oe property

protected string $returnType
return string