Pinq\Analysis\TypeOperations\Method::__construct PHP Метод

__construct() публичный Метод

public __construct ( Pinq\Analysis\ITypeSystem $typeSystem, $sourceType, ReflectionMethod $reflection, $returnType )
$typeSystem Pinq\Analysis\ITypeSystem
$reflection ReflectionMethod
    public function __construct(ITypeSystem $typeSystem, $sourceType, \ReflectionMethod $reflection, $returnType)
    {
        parent::__construct($typeSystem, $sourceType, $returnType);
        $this->name = $reflection->getName();
        $this->reflection = $reflection;
    }