You are here

public function Redis_Path_NullHashLookup::lookupAlias in Redis 7.2

Same name and namespace in other branches
  1. 7.3 lib/Redis/Path/NullHashLookup.php \Redis_Path_NullHashLookup::lookupAlias()

Lookup any alias for the given source

First that has been inserted wins over the others

Parameters

string $source:

string $language:

Return value

string|null|false

  • The string value if found
  • null if not found
  • false if set as non existing

Overrides Redis_Path_HashLookupInterface::lookupAlias

File

lib/Redis/Path/NullHashLookup.php, line 20

Class

Redis_Path_NullHashLookup
Null implementation.

Code

public function lookupAlias($source, $language = null) {
}