PHP 클래스 Pinq\Analysis\TypeOperations\TypeOperation

저자: Elliot Levin ([email protected])
상속: extends Pinq\Analysis\Typed, implements Pinq\Analysis\ITypeOperation
파일 보기 프로젝트 열기: timetoogo/pinq 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$returnType string
$sourceType string

공개 메소드들

메소드 설명
__construct ( Pinq\Analysis\ITypeSystem $typeSystem, $sourceType, $returnType )
getReturnType ( )
getSourceType ( )

메소드 상세

__construct() 공개 메소드

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

getReturnType() 공개 메소드

public getReturnType ( )

getSourceType() 공개 메소드

public getSourceType ( )

프로퍼티 상세

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

protected string $returnType
리턴 string

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

protected string $sourceType
리턴 string