PHP Class Pinq\Analysis\TypeOperations\Field

Author: Elliot Levin ([email protected])
Inheritance: extends TypeOperation, implements Pinq\Analysis\IField
Show file Open project: timetoogo/pinq

Protected Properties

Property Type Description
$isStatic boolean
$name string

Public Methods

Method Description
__construct ( Pinq\Analysis\ITypeSystem $typeSystem, $sourceType, $name, $isStatic, $returnType )
getName ( )
isStatic ( )

Method Details

__construct() public method

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

getName() public method

public getName ( )

isStatic() public method

public isStatic ( )

Property Details

$isStatic protected property

protected bool $isStatic
return boolean

$name protected property

protected string $name
return string