PHP 인터페이스 Pinq\Parsing\ILocatedFunction

저자: Elliot Levin ([email protected])
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
getLocation ( ) : Pinq\Parsing\IFunctionLocation Gets the function's location.
getLocationAndSignatureHash ( ) : string Gets a hash of the located function from its location and signature.
getSignature ( ) : Pinq\Parsing\IFunctionSignature Gets the function's signature.

메소드 상세

getLocation() 공개 메소드

Gets the function's location.
public getLocation ( ) : Pinq\Parsing\IFunctionLocation
리턴 Pinq\Parsing\IFunctionLocation

getLocationAndSignatureHash() 공개 메소드

Gets a hash of the located function from its location and signature.

getSignature() 공개 메소드

Gets the function's signature.
public getSignature ( ) : Pinq\Parsing\IFunctionSignature
리턴 Pinq\Parsing\IFunctionSignature