MCPcopy Create free account
hub / github.com/Rello/analytics / getValue

Method getValue

lib/DataSession.php:29–36  ·  view source on GitHub ↗
(string $key, string $token)

Source from the content-addressed store, hash-verified

27 }
28
29 protected function getValue(string $key, string $token): ?string
30 {
31 $values = $this->getValues($key);
32 if (!isset($values[$token])) {
33 return null;
34 }
35 return $values[$token];
36 }
37
38 protected function getValues(string $key): array
39 {

Callers 2

getPasswordForShareMethod · 0.95
convertExcelDateMethod · 0.80

Calls 1

getValuesMethod · 0.95

Tested by

no test coverage detected