PHP Interface Pinq\Parsing\ILocatedFunction

Author: Elliot Levin ([email protected])
Datei anzeigen Open project: timetoogo/pinq

Public Methods

Method Description
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.

Method Details

getLocation() public method

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

getLocationAndSignatureHash() public method

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

getSignature() public method

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