PHP 클래스 Pinq\Analysis\TypeOperations\Field

저자: Elliot Levin ([email protected])
상속: extends TypeOperation, implements Pinq\Analysis\IField
파일 보기 프로젝트 열기: timetoogo/pinq

보호된 프로퍼티들

프로퍼티 타입 설명
$isStatic boolean
$name string

공개 메소드들

메소드 설명
__construct ( Pinq\Analysis\ITypeSystem $typeSystem, $sourceType, $name, $isStatic, $returnType )
getName ( )
isStatic ( )

메소드 상세

__construct() 공개 메소드

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

getName() 공개 메소드

public getName ( )

isStatic() 공개 메소드

public isStatic ( )

프로퍼티 상세

$isStatic 보호되어 있는 프로퍼티

protected bool $isStatic
리턴 boolean

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string