hash() публичный Метод

Returns a unique identifier of the query parameter according the resolved values.
public hash ( mixed $value ) : string
$value mixed
Результат string
Пример #1
0
 public function hash(IResolvedParameterRegistry $parameters)
 {
     return $this->parameterHasher->hash($this->doEvaluate($parameters));
 }