Pinq\Analysis\TypeOperations\Field::__construct PHP Method

__construct() public method

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