PHP 인터페이스 Pinq\Analysis\ITypeOperation

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

공개 메소드들

메소드 설명
getReturnType ( ) : Pinq\Analysis\IType Gets return type of the operation.
getSourceType ( ) : Pinq\Analysis\IType Gets the type being operated on.

메소드 상세

getReturnType() 공개 메소드

Gets return type of the operation.
public getReturnType ( ) : Pinq\Analysis\IType
리턴 Pinq\Analysis\IType

getSourceType() 공개 메소드

Gets the type being operated on.
public getSourceType ( ) : Pinq\Analysis\IType
리턴 Pinq\Analysis\IType