PHP Interface Pinq\Providers\DSL\Compilation\Parameters\IParameterHasher

Author: Elliot Levin ([email protected])
Exibir arquivo Open project: timetoogo/pinq Interface Usage Examples

Public Methods

Method Description
hash ( mixed $value ) : string Returns a unique identifier of the query parameter according the resolved values.

Method Details

hash() public method

Returns a unique identifier of the query parameter according the resolved values.
public hash ( mixed $value ) : string
$value mixed
return string