PHP Class Pinq\Analysis\TypeOperations\Constructor

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

Protected Properties

Property Type Description
$reflection ReflectionMethod | null

Public Methods

Method Description
__construct ( Pinq\Analysis\ITypeSystem $typeSystem, $type, ReflectionMethod $reflection = null )
getReflection ( )
hasMethod ( )

Method Details

__construct() public method

public __construct ( Pinq\Analysis\ITypeSystem $typeSystem, $type, ReflectionMethod $reflection = null )
$typeSystem Pinq\Analysis\ITypeSystem
$reflection ReflectionMethod

getReflection() public method

public getReflection ( )

hasMethod() public method

public hasMethod ( )

Property Details

$reflection protected_oe property

protected ReflectionMethod|null $reflection
return ReflectionMethod | null