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

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

public __construct ( Pinq\Analysis\ITypeSystem $typeSystem, $type, ReflectionMethod $reflection = null )
$typeSystem Pinq\Analysis\ITypeSystem
$reflection ReflectionMethod
    public function __construct(ITypeSystem $typeSystem, $type, \ReflectionMethod $reflection = null)
    {
        parent::__construct($typeSystem, $type, $type);
        $this->reflection = $reflection;
    }