PHP Class Pinq\Providers\DSL\Compilation\Parameters\FunctionSignatureHasher

Author: Elliot Levin ([email protected])
Inheritance: implements Pinq\Providers\DSL\Compilation\Parameters\IParameterHasher
显示文件 Open project: timetoogo/pinq

Protected Properties

Property Type Description
$functionInterpreter Pinq\Parsing\IFunctionInterpreter

Public Methods

Method Description
__construct ( Pinq\Parsing\IFunctionInterpreter $functionInterpreter = null )
hash ( $value )

Method Details

__construct() public method

public __construct ( Pinq\Parsing\IFunctionInterpreter $functionInterpreter = null )
$functionInterpreter Pinq\Parsing\IFunctionInterpreter

hash() public method

public hash ( $value )

Property Details

$functionInterpreter protected_oe property

protected IFunctionInterpreter,Pinq\Parsing $functionInterpreter
return Pinq\Parsing\IFunctionInterpreter